mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 15:38:08 +01:00
Misc: Force define LLVM for IntelliSense
This commit is contained in:
parent
f39d82f990
commit
16b05c930f
|
|
@ -22,3 +22,7 @@
|
|||
#include <unordered_map> // IWYU pragma: export
|
||||
#include <algorithm> // IWYU pragma: export
|
||||
#include <string_view> // IWYU pragma: export
|
||||
|
||||
#if defined(__INTELLISENSE__) && !defined(LLVM_AVAILABLE)
|
||||
#define LLVM_AVAILABLE
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue