From 83ff9b3685fbf239772095b829e9c233e7907b3b Mon Sep 17 00:00:00 2001 From: Duane Bailey Date: Tue, 27 Dec 2005 15:28:20 +0000 Subject: fixed The_Mana_World_private.h problems --- ChangeLog | 4 ++++ src/main.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c214b2b7..1f3f9b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-26 Duane Bailey + + * src/main.h: fixed define problems with The_Mana_World_private.h + 2005-12-25 Bjørn Lindeijer * src/being.cpp: Small fix to prevent other stuff than the damage diff --git a/src/main.h b/src/main.h index 8ad3f343..b5c5155d 100644 --- a/src/main.h +++ b/src/main.h @@ -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 -- cgit v1.2.3-70-g09d2