Commit 8b9b52a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: workaround bug in SDK10.5

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5458760b
...@@ -57,6 +57,10 @@ enum { ...@@ -57,6 +57,10 @@ enum {
NSApplicationPresentationDisableMenuBarTransparency = (1 << 9) NSApplicationPresentationDisableMenuBarTransparency = (1 << 9)
}; };
#if defined( __LP64__) && !defined(__POWER__) /* Bug in the 10.5.sdk in 64bits */
extern OSErr UpdateSystemActivity(UInt8 activity);
#define UsrActivity 1
#endif
#endif #endif
#pragma mark - #pragma mark -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment