Skip to content

Commit

Permalink
Comment out pragma messages about platform and compiler in OPCODE
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 29, 2018
1 parent cd0799e commit 319918e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Externals/OPCODE/OPC_Preprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef __ICEPREPROCESSOR_H__
#define __ICEPREPROCESSOR_H__

/*
// Check platform
#if defined(_WIN32) || defined(WIN32)
#pragma message("Compiling on Windows...")
Expand All @@ -33,6 +34,7 @@
#else
#pragma message("Compiling with unknown compiler...")
#endif
*/

// Check compiler options
#ifdef COMPILER_VISUAL_CPP
Expand Down

0 comments on commit 319918e

Please sign in to comment.