#__MINGW32__ vs __MINGW64__ vs _WIN64
1 messages · Page 1 of 1 (latest)
Those are defined as builtins in the compiler depending on the target, at least for GCC.
As for Windows stuff (like _WIN64), see https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170.
As for Mingw stuff, yeah, that seems to be underdocumented.
@vivid crag Would you be okay with extending the Ports page with these? Or do you have different plans since it's an older page?
Sure, we can always move it if needed