![]() |
TrinityCore
|
#include "WheatyExceptionReport.h"
#include "Errors.h"
#include "GitRevision.h"
#include <algorithm>
#include <ehdata.h>
#include <rttidata.h>
#include <tlhelp32.h>
#include <tchar.h>
#include <comdef.h>
#include <WbemIdl.h>
Go to the source code of this file.
Classes | |
struct | CSymbolInfoPackage |
Macros | |
#define | CrashFolder _T("Crashes") |
#define | EXCEPTION(x) case EXCEPTION_##x: return _T(#x); |
Functions | |
LPTSTR | ErrorMessage (DWORD dw) |
template<size_t size> | |
void | ToTchar (wchar_t const *src, TCHAR(&dst)[size]) |
Variables | |
WheatyExceptionReport | g_WheatyExceptionReport |
#define CrashFolder _T("Crashes") |
Definition at line 24 of file WheatyExceptionReport.cpp.
#define EXCEPTION | ( | x | ) | case EXCEPTION_##x: return _T(#x); |
|
inline |
Definition at line 28 of file WheatyExceptionReport.cpp.
void ToTchar | ( | wchar_t const * | src, |
TCHAR(&) | dst[size] | ||
) |
Definition at line 226 of file WheatyExceptionReport.cpp.
WheatyExceptionReport g_WheatyExceptionReport |
Definition at line 72 of file WheatyExceptionReport.cpp.