wxWidgets/include/wx/mac/filedlg.h
2004-03-26 06:28:38 +00:00

5 lines
105 B
C

#if __WXMAC_CLASSIC__
#include "wx/mac/classic/filedlg.h"
#else
#include "wx/mac/carbon/filedlg.h"
#endif