Changeset 103 for trunk/src

Show
Ignore:
Timestamp:
11/19/08 13:36:08 (17 years ago)
Author:
yumileroy
Message:

[svn] Restore automatic crashlog generation on Windows. Make sure to have a Crashes folder in the working directory of the executables.

Original author: w12x
Date: 2008-10-23 05:57:15-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/WheatyExceptionReport.cpp

    r37 r103  
    1515#include <dbghelp.h> 
    1616#include "WheatyExceptionReport.h" 
    17 #include "svn_revision.h" 
    18 #define CrashFolder _T("Crashs") 
     17#define CrashFolder _T("Crashes") 
    1918//#pragma comment(linker, "/defaultlib:dbghelp.lib") 
    2019 
     
    387386 
    388387    // Start out with a banner 
    389     _tprintf(_T("Revision: %s\r\n"), SVN_REVISION); 
    390388    _tprintf(_T("Date %u:%u:%u. Time %u:%u \r\n"), systime.wDay, systime.wMonth, systime.wYear, systime.wHour, systime.wMinute); 
    391389    PEXCEPTION_RECORD pExceptionRecord = pExceptionInfo->ExceptionRecord;