fix tags generation for OS X port after renaming
[wxWidgets.git] / include / wx / osx / popupwin.h
CommitLineData
5c6eb3a8
SC
1#ifdef __WXMAC_CLASSIC__
2#error "wxPopupWindow is not supported under this platform."
3#else
ef0e9220 4#include "wx/osx/carbon/popupwin.h"
5c6eb3a8 5#endif