diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-12-26 Duane Bailey <nayryeliab@gmail.com> + + * src/main.h: fixed define problems with The_Mana_World_private.h + 2005-12-25 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/being.cpp: Small fix to prevent other stuff than the damage @@ -31,7 +31,7 @@ class Sound; #ifdef __USE_UNIX98 #include "../config.h" -#else +#elif defined WIN32 #include "../The_Mana_World_private.h" #define PACKAGE_VERSION PRODUCT_VERSION #endif |