mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix #5617: PLATFORM_MODIFIER defined twice for macOS
This commit is contained in:
@@ -26,12 +26,6 @@ typedef struct rct2_install_info rct2_install_info;
|
||||
#define MAX_PATH 260
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define KEYBOARD_PRIMARY_MODIFIER KMOD_GUI
|
||||
#else
|
||||
#define KEYBOARD_PRIMARY_MODIFIER KMOD_CTRL
|
||||
#endif
|
||||
|
||||
#define INVALID_HANDLE -1
|
||||
|
||||
#define TOUCH_DOUBLE_TIMEOUT 300
|
||||
|
||||
Reference in New Issue
Block a user