mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1326017d1d
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.