From 8a7e4b38b8fa4d31b805a0cf1779a9b95142f05b Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 6 Nov 2006 10:23:19 +0000 Subject: [PATCH] add a header placeholder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/popupwin.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 include/wx/mac/popupwin.h 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 -- 2.45.2