add a header placeholder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
48aaa7b651
commit
8a7e4b38b8
5
include/wx/mac/popupwin.h
Executable file
5
include/wx/mac/popupwin.h
Executable file
@ -0,0 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#error "wxPopupWindow is not supported under this platform."
|
||||
#else
|
||||
#include "wx/mac/carbon/popupwin.h"
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user