MACOS: Fix builds on case-sensitive filesystems
This commit is contained in:
parent
96d87a821f
commit
b8f89a772e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "common/translation.h"
|
#include "common/translation.h"
|
||||||
|
|
||||||
#include "backends/platform/sdl/macosx/macosx-compat.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
|
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12
|
||||||
#define NSEventModifierFlagCommand NSCommandKeyMask
|
#define NSEventModifierFlagCommand NSCommandKeyMask
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue