![]() |
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"
Include dependency graph for WheatyExceptionReport.cpp: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 |
Here is the call graph for this function:
Here is the caller graph for this function:| WheatyExceptionReport g_WheatyExceptionReport |
1.8.8