summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Opcode/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Opcode/CMakeLists.txt b/Opcode/CMakeLists.txt
index d7b4ea5..6666061 100644
--- a/Opcode/CMakeLists.txt
+++ b/Opcode/CMakeLists.txt
@@ -51,4 +51,5 @@ target_precompile_headers(
target_compile_definitions(
Opcode
PRIVATE OPCODE_EXPORTS
+ PUBLIC _ALLOW_KEYWORD_MACROS
)