We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7131f commit 7c795daCopy full SHA for 7c795da
src/utils/xrAI/xrAI.cpp
@@ -127,7 +127,7 @@ void execute(LPSTR cmd)
127
R_CHK(GetLastError());
128
R_ASSERT2(hFactory->exist(), "Factory DLL raised exception during loading or there is no factory DLL at all");
129
130
-#ifdef _WIN64
+#ifdef XR_X64
131
pcstr create_entity_name = "create_entity";
132
pcstr destroy_entity_name = "destroy_entity";
133
#else
0 commit comments