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:
Stefan Csomor 2006-11-06 10:23:19 +00:00
parent 48aaa7b651
commit 8a7e4b38b8

5
include/wx/mac/popupwin.h Executable file
View File

@ -0,0 +1,5 @@
#ifdef __WXMAC_CLASSIC__
#error "wxPopupWindow is not supported under this platform."
#else
#include "wx/mac/carbon/popupwin.h"
#endif