Skip to content

Commit

Permalink
remove linux stuff from commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Oct 7, 2018
1 parent e612b8c commit 7a6e4aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Externals/OPCODE/OPC_Preprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#if defined(_WIN32) || defined(WIN32)
#pragma message("Compiling on Windows...")
#define PLATFORM_WINDOWS
#elif defined(LINUX)
#pragma message("Compiling on GNU/Linux...")
#else
#pragma message("Compiling on unknown platform...")
#endif
Expand All @@ -27,10 +25,6 @@
#if defined(_MSC_VER)
#pragma message("Compiling with VC++...")
#define COMPILER_VISUAL_CPP
#elif defined(__MINGW32__)
#pragma message("Compiling with MinGW...")
#elif defined(__GNUC__)
#pragma message("Compiling with G++...")
#else
#pragma message("Compiling with unknown compiler...")
#endif
Expand Down

0 comments on commit 7a6e4aa

Please sign in to comment.