From: Stefan Csomor Date: Mon, 6 Nov 2006 10:23:19 +0000 (+0000) Subject: add a header placeholder X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a7e4b38b8fa4d31b805a0cf1779a9b95142f05b?ds=inline add a header placeholder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/popupwin.h b/include/wx/mac/popupwin.h new file mode 100755 index 0000000000..e230fccf5f --- /dev/null +++ b/include/wx/mac/popupwin.h @@ -0,0 +1,5 @@ +#ifdef __WXMAC_CLASSIC__ +#error "wxPopupWindow is not supported under this platform." +#else +#include "wx/mac/carbon/popupwin.h" +#endif