TrinityCore
|
#include "CompilerDefs.h"
#include <windows.h>
#include <tlhelp32.h>
#include <stdio.h>
#include <tchar.h>
#include <dbghelp.h>
#include "WheatyExceptionReport.h"
#include "Common.h"
#include "GitRevision.h"
Classes | |
struct | CSymbolInfoPackage |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | _NO_CVCONST_H |
#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], std::true_type) |
template<size_t size> | |
void | ToTchar (wchar_t const *src, TCHAR(&dst)[size], std::false_type) |
Variables | |
WheatyExceptionReport | g_WheatyExceptionReport |
#define _NO_CVCONST_H |
#define CrashFolder _T("Crashes") |
#define EXCEPTION | ( | x | ) | case EXCEPTION_##x: return _T(#x); |
#define WIN32_LEAN_AND_MEAN |
|
inline |
WheatyExceptionReport g_WheatyExceptionReport |