wxWidgets/include/wx/osx/colordlg.h

7 lines
112 B
C
Raw Normal View History

#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/colordlg.h"
#else
#include "wx/mac/carbon/colordlg.h"
#endif