]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/popupwin.h
renaming
[wxWidgets.git] / include / wx / osx / popupwin.h
diff --git a/include/wx/osx/popupwin.h b/include/wx/osx/popupwin.h
new file mode 100644 (file)
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