mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Misc: Force define LLVM for IntelliSense
This commit is contained in:
parent
f39d82f990
commit
16b05c930f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue