5 lines
110 B
C
5 lines
110 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#include "wx/mac/classic/listctrl.h"
|
||
|
#else
|
||
|
#include "wx/mac/carbon/listctrl.h"
|
||
|
#endif
|