6 lines
109 B
C
6 lines
109 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#include "wx/mac/classic/fontdlg.h"
|
||
|
#else
|
||
|
#include "wx/mac/carbon/fontdlg.h"
|
||
|
#endif
|