wxWidgets/include/wx/mac/popupwin.h

6 lines
135 B
C
Raw Normal View History

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