5 lines
109 B
C
5 lines
109 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#include "wx/mac/classic/treectl.h"
|
||
|
#else
|
||
|
#include "wx/mac/carbon/treectrl.h"
|
||
|
#endif
|