Skip to content

Commit 7c795da

Browse files
committed
Use XR_X64 instead of _WIN64.
1 parent 4c7131f commit 7c795da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/xrAI/xrAI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void execute(LPSTR cmd)
127127
R_CHK(GetLastError());
128128
R_ASSERT2(hFactory->exist(), "Factory DLL raised exception during loading or there is no factory DLL at all");
129129

130-
#ifdef _WIN64
130+
#ifdef XR_X64
131131
pcstr create_entity_name = "create_entity";
132132
pcstr destroy_entity_name = "destroy_entity";
133133
#else

0 commit comments

Comments
 (0)