Skip to content

Commit 7a6e4aa

Browse files
committed
remove linux stuff from commented-out code
1 parent e612b8c commit 7a6e4aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Externals/OPCODE/OPC_Preprocessor.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#if defined(_WIN32) || defined(WIN32)
1818
#pragma message("Compiling on Windows...")
1919
#define PLATFORM_WINDOWS
20-
#elif defined(LINUX)
21-
#pragma message("Compiling on GNU/Linux...")
2220
#else
2321
#pragma message("Compiling on unknown platform...")
2422
#endif
@@ -27,10 +25,6 @@
2725
#if defined(_MSC_VER)
2826
#pragma message("Compiling with VC++...")
2927
#define COMPILER_VISUAL_CPP
30-
#elif defined(__MINGW32__)
31-
#pragma message("Compiling with MinGW...")
32-
#elif defined(__GNUC__)
33-
#pragma message("Compiling with G++...")
3428
#else
3529
#pragma message("Compiling with unknown compiler...")
3630
#endif

0 commit comments

Comments
 (0)