mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Build: Partial support for clang-cl
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
#include "Errors.h"
|
||||
#include "GitRevision.h"
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef __clang__
|
||||
// clang-cl doesn't have these hardcoded types available, correct ehdata_forceinclude.h that relies on it
|
||||
#define _ThrowInfo ThrowInfo
|
||||
#endif
|
||||
|
||||
#include <ehdata.h>
|
||||
#include <rttidata.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
Reference in New Issue
Block a user