We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e612b8c commit 7a6e4aaCopy full SHA for 7a6e4aa
Externals/OPCODE/OPC_Preprocessor.h
@@ -17,8 +17,6 @@
17
#if defined(_WIN32) || defined(WIN32)
18
#pragma message("Compiling on Windows...")
19
#define PLATFORM_WINDOWS
20
-#elif defined(LINUX)
21
-#pragma message("Compiling on GNU/Linux...")
22
#else
23
#pragma message("Compiling on unknown platform...")
24
#endif
@@ -27,10 +25,6 @@
27
25
#if defined(_MSC_VER)
28
26
#pragma message("Compiling with VC++...")
29
#define COMPILER_VISUAL_CPP
30
-#elif defined(__MINGW32__)
31
-#pragma message("Compiling with MinGW...")
32
-#elif defined(__GNUC__)
33
-#pragma message("Compiling with G++...")
34
35
#pragma message("Compiling with unknown compiler...")
36
0 commit comments