|
|
DescriptionMinGW is a toolchain for creating Windows executables. The MinGW-w64 projects offers toolchains for creating 32-bit and 64-bit Windows executables. Macros| Identification | __MINGW32__ | | Defined | Defined | Defined | | Version | __MINGW32_MAJOR_VERSION | Version | Defined | Defined | Defined | | Version | __MINGW32_MINOR_VERSION | Revision | Defined | Defined | Defined | | Identification | __MINGW64__ | | -- | -- | Defined | | Version | __MINGW64_VERSION_MAJOR | Version | -- | Defined | Defined | | Version | __MINGW64_VERSION_MINOR | Revision | - | Defined | Defined |
NotesNotice that __MINGW32_MAJOR_VERSION, __MINGW32_MINOR_VERSION, __MINGW64_VERSION_MAJOR, and __MINGW64_VERSION_MINOR are only defined if appropriate headers are included. Appropriate headers are stdlib.h, stdio.h, windows.h, windef.h, and probably more. |