mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
MACOS: Fix builds on case-sensitive filesystems
This commit is contained in:
parent
96d87a821f
commit
b8f89a772e
@ -27,7 +27,7 @@
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "backends/platform/sdl/macosx/macosx-compat.h"
|
||||
#include <cocoa/Cocoa.h>
|
||||
#include <Cocoa/Cocoa.h>
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12
|
||||
#define NSEventModifierFlagCommand NSCommandKeyMask
|
||||
|
Loading…
Reference in New Issue
Block a user