win32.c
changeset 3204 2f2e12688e97
parent 2952 6a26eeda9679
child 3287 720ed37be8c6
--- a/win32.c	Tue Mar 14 21:29:38 2006 +0000
+++ b/win32.c	Tue Mar 14 21:31:51 2006 +0000
@@ -427,6 +427,7 @@
 
 static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
 {
+	extern const char _openttd_revision[];
 	char *output;
 	static bool had_exception;
 
@@ -451,7 +452,7 @@
 			time.wHour,
 			time.wMinute,
 			time.wSecond,
-			"???"
+			_openttd_revision
 		);
 	}