Include wxCocoa specific header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1155,6 +1155,14 @@ private: | ||||
|         #define sm_classwxWindowMac sm_classwxWindow | ||||
|     #endif // wxUniv | ||||
|     #include "wx/mac/window.h" | ||||
| #elif defined(__WXCOCOA__) | ||||
|     #ifdef __WXUNIVERSAL__ | ||||
|         #define wxWindowNative wxWindowCocoa | ||||
|     #else // !wxUniv | ||||
|         #define wxWindowCocoa wxWindow | ||||
|         #define sm_classwxWindowCocoa sm_classwxWindow | ||||
|     #endif // wxUniv | ||||
|     #include "wx/cocoa/window.h" | ||||
| #elif defined(__WXPM__) | ||||
|     #ifdef __WXUNIVERSAL__ | ||||
|         #define wxWindowNative wxWindowOS2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user