-
dearblue authored
Checking the official MSVC documentation, if `_WIN64` is defined, then `_WIN32` is also defined. https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros I could not find any documentation on MinGW, but I assume it is not a problem.
dearblue authoredChecking the official MSVC documentation, if `_WIN64` is defined, then `_WIN32` is also defined. https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros I could not find any documentation on MinGW, but I assume it is not a problem.
Loading