add build date

This commit is contained in:
Chris Danford
2005-11-14 11:20:10 +00:00
parent 7828dd60ad
commit 8e1020d067
+3 -2
View File
@@ -33,6 +33,7 @@ static void DoSave();
extern HINSTANCE g_hInstance; extern HINSTANCE g_hInstance;
extern unsigned long version_num; extern unsigned long version_num;
extern const char *version_time;
@@ -797,9 +798,9 @@ static void DoSave()
return; return;
Report(NULL, hFile, Report(NULL, hFile,
"%s crash report (build %d)\r\n" "%s crash report (build %d, %s)\r\n"
"--------------------------------------" "--------------------------------------"
"\r\n", PRODUCT_NAME_VER, version_num); "\r\n", PRODUCT_NAME_VER, version_num, version_time);
ReportReason( NULL, hFile, &g_CrashInfo ); ReportReason( NULL, hFile, &g_CrashInfo );
Report(NULL, hFile, ""); Report(NULL, hFile, "");