Browse Source

Compile fix - why would lib headers be dependent on IDE?

DjWarmonger 13 years ago
parent
commit
d5aed7c0c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/CGameState.h

+ 2 - 2
lib/CGameState.h

@@ -2,11 +2,11 @@
 
 
 
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
 #include "CCreatureHandler.h"
 #include "VCMI_Lib.h"
 #include "Map/CMap.h"
-#endif
+//#endif
 
 #include "HeroBonus.h"
 #include "CCreatureSet.h"