]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/msgdlg.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / msgdlg.h
... / ...
CommitLineData
1#ifndef __MSGDLGH_BASE__
2#define __MSGDLGH_BASE__
3
4#if defined(__WXMSW__)
5#include "wx/msw/msgdlg.h"
6#elif defined(__WXMOTIF__)
7#include "wx/generic/msgdlgg.h"
8#elif defined(__WXGTK__)
9#include "wx/generic/msgdlgg.h"
10#endif
11
12#endif
13 // __MSGDLGH_BASE__