mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
The correct macro to identify Windows target is `_WIN32`, not `WIN32`: https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170#microsoft-specific-predefined-macros. Besides, according to C standard, compilers can't predefine macros without leading underscore (or two if the the first letter is lowercase).