diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |