Commit 83ff9b3685fbf239772095b829e9c233e7907b3b
- Diff rendering mode:
- inline
- side by side
ChangeLog
(4 / 0)
|   | |||
| 1 | 2005-12-26 Duane Bailey <nayryeliab@gmail.com> | ||
| 2 | |||
| 3 | * src/main.h: fixed define problems with The_Mana_World_private.h | ||
| 4 | |||
| 1 | 5 | 2005-12-25 Bjørn Lindeijer <bjorn@lindeijer.nl> | |
| 2 | 6 | ||
| 3 | 7 | * src/being.cpp: Small fix to prevent other stuff than the damage |
src/main.h
(1 / 1)
|   | |||
| 31 | 31 | ||
| 32 | 32 | #ifdef __USE_UNIX98 | |
| 33 | 33 | #include "../config.h" | |
| 34 | #else | ||
| 34 | #elif defined WIN32 | ||
| 35 | 35 | #include "../The_Mana_World_private.h" | |
| 36 | 36 | #define PACKAGE_VERSION PRODUCT_VERSION | |
| 37 | 37 | #endif |

