- Timestamp:
- 11/19/08 13:36:08 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/WheatyExceptionReport.cpp
r37 r103 15 15 #include <dbghelp.h> 16 16 #include "WheatyExceptionReport.h" 17 #include "svn_revision.h" 18 #define CrashFolder _T("Crashs") 17 #define CrashFolder _T("Crashes") 19 18 //#pragma comment(linker, "/defaultlib:dbghelp.lib") 20 19 … … 387 386 388 387 // Start out with a banner 389 _tprintf(_T("Revision: %s\r\n"), SVN_REVISION);390 388 _tprintf(_T("Date %u:%u:%u. Time %u:%u \r\n"), systime.wDay, systime.wMonth, systime.wYear, systime.wHour, systime.wMinute); 391 389 PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord;