wxWidgets/include/wx/mac/popupwin.h
2007-06-25 14:04:34 +00:00

6 lines
135 B
C

#ifdef __WXMAC_CLASSIC__
#error "wxPopupWindow is not supported under this platform."
#else
#include "wx/mac/carbon/popupwin.h"
#endif