wxWidgets/include/wx/dirdlg.h
1998-07-10 14:15:17 +00:00

14 lines
245 B
C

#ifndef __DIRDLGH_BASE__
#define __DIRDLGH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/dirdlg.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/dirdlg.h"
#elif defined(__WXGTK__)
#include "wx/gtk/dirdlg.h"
#endif
#endif
// __DIRDLGH_BASE__