5 lines
103 B
C
5 lines
103 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#error "no implementation"
|
||
|
#else
|
||
|
#include "wx/mac/carbon/nonownedwnd.h"
|
||
|
#endif
|