mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Prepare 32 bit support
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#define OS_WINDOWS
|
||||
|
||||
#if defined(_WIN64)
|
||||
#define OS_WINDOWS_64
|
||||
#else
|
||||
#define OS_WINDOWS_32
|
||||
#endif
|
||||
|
||||
#elif defined(__APPLE__) || defined(__MACH__)
|
||||
#define OS_MAC
|
||||
#elif defined(__linux__)
|
||||
|
||||
Reference in New Issue
Block a user