Adding native macos Cocoa implementation for overlays into build files

This commit is contained in:
Stefan Csomor
2017-09-09 23:34:50 +02:00
parent a0f924191e
commit f045323934
6 changed files with 37 additions and 45 deletions

View File

@@ -15,8 +15,8 @@
#ifdef wxHAS_NATIVE_OVERLAY
#if defined(__WXMAC__)
#include "wx/osx/carbon/private/overlay.h"
#if defined(__WXOSX__) && wxOSX_USE_COCOA
#include "wx/osx/cocoa/private/overlay.h"
#elif defined(__WXDFB__)
#include "wx/dfb/private/overlay.h"
#else