(svn r3872) - [win32] Show the revision in crash.txt and enable the button to show the crash text in the crash-window

This commit is contained in:
Darkvater
2006-03-14 21:31:51 +00:00
parent 91facef36a
commit 873768c2d2
2 changed files with 3 additions and 2 deletions

View File

@@ -427,6 +427,7 @@ extern bool CloseConsoleLogIfActive(void);
static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
{
extern const char _openttd_revision[];
char *output;
static bool had_exception;
@@ -451,7 +452,7 @@ static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
time.wHour,
time.wMinute,
time.wSecond,
"???"
_openttd_revision
);
}