Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 14, 2010, 2:35:57 AM (15 years ago)
Author:
landauf
Message:

changed to non-deprecated functions (xxxx64)
fixed a few errors that were copy-pasted from other sources
demangling function names on mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/SignalHandler.h

    r7449 r7452  
    115115        void doCatch( const std::string & appName, const std::string & filename );
    116116
     117        static std::string getStackTrace(PEXCEPTION_POINTERS pExceptionInfo = NULL);
     118        static std::string getExceptionType(PEXCEPTION_POINTERS pExceptionInfo);
     119
    117120    private:
    118121        static LONG WINAPI exceptionFilter(PEXCEPTION_POINTERS pExceptionInfo);
    119122
    120         static std::string getStackTrace(PEXCEPTION_POINTERS pExceptionInfo = NULL);
    121         static std::string getExceptionType(PEXCEPTION_POINTERS pExceptionInfo);
    122123        static std::string getModuleName(const std::string& path);
    123124        static DWORD getModuleBase(DWORD dwAddress);
Note: See TracChangeset for help on using the changeset viewer.