Build: Partial support for clang-cl

This commit is contained in:
Shauren
2022-02-16 20:22:15 +01:00
parent 3248d7844b
commit 0b846b2107
3 changed files with 14 additions and 5 deletions

View File

@@ -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>