Преглед изворни кода

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

DjWarmonger пре 13 година
родитељ
комит
d5aed7c0c7
1 измењених фајлова са 2 додато и 2 уклоњено
  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"