(svn r293) -Feature: Windows now shows (available) revision, release information in title bar

This commit is contained in:
darkvater
2004-09-18 16:36:14 +00:00
parent c62f670bca
commit b7fd924806
2 changed files with 27 additions and 18 deletions

View File

@@ -19,12 +19,12 @@ static uint _langtab_num[32]; // Offset into langpack offs
static uint _langtab_start[32]; // Offset into langpack offs
#ifdef WITH_REV_HACK
#define WITH_REV
const char _openttd_revision[] = WITH_REV_HACK;
#endif
#ifdef WITH_REV
extern const char _openttd_revision[];
#define WITH_REV
const char _openttd_revision[] = WITH_REV_HACK;
#else
#ifdef WITH_REV
extern const char _openttd_revision[];
#endif
#endif
typedef byte *PlayerNameGeneratorProc(byte *buffr);