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

14 lines
256 B
C

#ifndef __MSGDLGH_BASE__
#define __MSGDLGH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/msgdlg.h"
#elif defined(__WXMOTIF__)
#include "wx/generic/msgdlgg.h"
#elif defined(__WXGTK__)
#include "wx/generic/msgdlgg.h"
#endif
#endif
// __MSGDLGH_BASE__