1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Define NO_RCT2 for non-x86 platforms

This commit is contained in:
Michał Janiszewski
2016-06-24 23:13:40 +02:00
parent 35676d31f7
commit 42d6c8de4f

View File

@@ -32,6 +32,8 @@
#if defined(__i386__) || defined(_M_IX86)
#define PLATFORM_X86
#else
#define NO_RCT2 1
#endif
#if defined(__LP64__) || defined(_WIN64)