AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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 "Errors.h"
#include "GitRevision.h"
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | CSymbolInfoPackage |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | _NO_CVCONST_H |
#define | CrashFolder _T("Crashes") |
#define | EXCEPTION(x) case EXCEPTION_##x: return LPTSTR(_T(#x)); |
Functions | |
LPTSTR | ErrorMessage (DWORD dw) |
template<std::size_t size> | |
void | ToTchar (wchar_t const *src, TCHAR(&dst)[size], std::true_type) |
template<std::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 LPTSTR(_T(#x)); |
#define WIN32_LEAN_AND_MEAN |
|
inline |
Referenced by WheatyExceptionReport::GenerateExceptionReport().
void ToTchar | ( | wchar_t const * | src, |
TCHAR(&) | dst[size], | ||
std::false_type | |||
) |
void ToTchar | ( | wchar_t const * | src, |
TCHAR(&) | dst[size], | ||
std::true_type | |||
) |
Referenced by WheatyExceptionReport::_GetWindowsVersion().
WheatyExceptionReport g_WheatyExceptionReport |