]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msgdlg.h
Ignore erase failures
[wxWidgets.git] / include / wx / msgdlg.h
CommitLineData
34138703
JS
1#ifndef _WX_MSGDLG_H_BASE_
2#define _WX_MSGDLG_H_BASE_
c801d85f 3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/msgdlg.h"
2049ba38 6#elif defined(__WXMOTIF__)
bf6c2b35 7#include "wx/motif/msgdlg.h"
2049ba38 8#elif defined(__WXGTK__)
57dde4bd 9#include "wx/gtk/msgdlg.h"
b4e76e0d
RR
10#elif defined(__WXQT__)
11#include "wx/generic/msgdlgg.h"
34138703 12#elif defined(__WXMAC__)
17dff81c 13#include "wx/mac/msgdlg.h"
34138703
JS
14#elif defined(__WXSTUBS__)
15#include "wx/generic/msgdlgg.h"
c801d85f
KB
16#endif
17
18#endif
34138703 19 // _WX_MSGDLG_H_BASE_