add build date
This commit is contained in:
@@ -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, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user