mirror of https://github.com/mpv-player/mpv
mac: add missing semicolon to macosx_compat.h
fixes build on older systems
This commit is contained in:
parent
9284543ab9
commit
f2e7e81bda
|
@ -55,7 +55,7 @@ static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask
|
||||||
|
|
||||||
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_9)
|
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_9)
|
||||||
typedef NSUInteger NSModalResponse;
|
typedef NSUInteger NSModalResponse;
|
||||||
static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton
|
static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue