mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 04:18:36 -06: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 New Issue
Block a user