mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
fix(Platform): MinGW also defines __GNUC__. #3195
This commit is contained in:
@@ -246,6 +246,9 @@
|
||||
#define POCO_COMPILER_MSVC
|
||||
#elif defined (__GNUC__)
|
||||
#define POCO_COMPILER_GCC
|
||||
#if defined (__MINGW32__) || defined (__MINGW64__)
|
||||
#define POCO_COMPILER_MINGW
|
||||
#endif
|
||||
#elif defined (__MINGW32__) || defined (__MINGW64__)
|
||||
#define POCO_COMPILER_MINGW
|
||||
#elif defined (__INTEL_COMPILER) || defined(__ICC) || defined(__ECC) || defined(__ICL)
|
||||
|
||||
Reference in New Issue
Block a user