Fix MSVC build

Günther Brammer 2011-09-27 01:50:47 +02:00
parent bfee2c5b81
commit c509963245
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@
#endif
#define C4BUILDOPT C4BUILDDEBUG
#define C4ENGINEINFOLONG C4ENGINENAME C4VERSIONBUILDNAME C4VERSIONEXTRA
#define C4ENGINECAPTION C4ENGINENAME C4VERSIONBUILDNAME
// These need to be one string because MSVC doesn't like L"a" "b"
#define C4ENGINEINFOLONG "@C4ENGINENAME@@C4VERSIONBUILDNAME@@C4VERSIONEXTRA@"
#define C4ENGINECAPTION "@C4ENGINENAME@@C4VERSIONBUILDNAME@"
#if C4XVER4 < 10
#define C4XVER4S "00" C4XVERTOC4XVERS(C4XVER4)