]> git.saurik.com Git - wxWidgets.git/commitdiff
add a header placeholder
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 6 Nov 2006 10:23:19 +0000 (10:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 6 Nov 2006 10:23:19 +0000 (10:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/popupwin.h [new file with mode: 0755]

diff --git a/include/wx/mac/popupwin.h b/include/wx/mac/popupwin.h
new file mode 100755 (executable)
index 0000000..e230fcc
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#error "wxPopupWindow is not supported under this platform."
+#else
+#include "wx/mac/carbon/popupwin.h"
+#endif