6 lines
135 B
C
6 lines
135 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#error "wxPopupWindow is not supported under this platform."
|
||
|
#else
|
||
|
#include "wx/mac/carbon/popupwin.h"
|
||
|
#endif
|