Skip to content

Commit

Permalink
Use XR_X64 instead of _WIN64.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Jan 2, 2018
1 parent 4c7131f commit 7c795da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/xrAI/xrAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void execute(LPSTR cmd)
R_CHK(GetLastError());
R_ASSERT2(hFactory->exist(), "Factory DLL raised exception during loading or there is no factory DLL at all");

#ifdef _WIN64
#ifdef XR_X64
pcstr create_entity_name = "create_entity";
pcstr destroy_entity_name = "destroy_entity";
#else
Expand Down

0 comments on commit 7c795da

Please sign in to comment.