diff options
author | Duane Bailey <nayryeliab@gmail.com> | 2005-12-27 15:28:20 +0000 |
---|---|---|
committer | Duane Bailey <nayryeliab@gmail.com> | 2005-12-27 15:28:20 +0000 |
commit | 83ff9b3685fbf239772095b829e9c233e7907b3b (patch) | |
tree | 556274b64c6d78944bcbacfdf2d746971783a317 | |
parent | 15a083f3f7df7cd218356fe1e5c000c3ea544916 (diff) | |
download | mana-83ff9b3685fbf239772095b829e9c233e7907b3b.tar.gz mana-83ff9b3685fbf239772095b829e9c233e7907b3b.tar.bz2 mana-83ff9b3685fbf239772095b829e9c233e7907b3b.tar.xz mana-83ff9b3685fbf239772095b829e9c233e7907b3b.zip |
fixed The_Mana_World_private.h problemsv0.0.18.1
-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 |