mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Build: Partial support for clang-cl
(cherry picked from commit 0b846b2107)
This commit is contained in:
@@ -8,6 +8,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