Commit 2d784c85 authored by Dean M Greer's avatar Dean M Greer Committed by Alexandre Julliard

winemac.drv: Fix compile with pre macOS 10.12 SDKs.

Fixes a regression introduced by e58b1a2b. Signed-off-by: 's avatarDean M Greer <gcenx83@gmail.com> Signed-off-by: 's avatarChip Davis <cdavis@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 0863a8b0
......@@ -56,6 +56,7 @@
#define NSWindowStyleMaskResizable NSResizableWindowMask
#define NSWindowStyleMaskTitled NSTitledWindowMask
#define NSWindowStyleMaskUtilityWindow NSUtilityWindowMask
#define NSWindowStyleMaskNonactivatingPanel NSNonactivatingPanelMask
#endif
#define ERR(...) do { if (macdrv_err_on) LogError(__func__, __VA_ARGS__); } while (false)
......
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