]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
missing newline at the end of file added
[wxWidgets.git] / include / wx / msgdlg.h
index 28587a318cc0a9a14a9bd05835247317e7a6a74f..0ff9a81129b23e6902ef50226e78c40271eaa5ed 100644 (file)
@@ -1,13 +1,19 @@
-#ifndef __MSGDLGH_BASE__
-#define __MSGDLGH_BASE__
+#ifndef _WX_MSGDLG_H_BASE_
+#define _WX_MSGDLG_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/msgdlg.h"
 #elif defined(__WXMOTIF__)
 #include "wx/generic/msgdlgg.h"
 #elif defined(__WXGTK__)
+#include "wx/gtk/msgdlg.h"
+#elif defined(__WXQT__)
+#include "wx/generic/msgdlgg.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/msgdlg.h"
+#elif defined(__WXSTUBS__)
 #include "wx/generic/msgdlgg.h"
 #endif
 
 #endif
-    // __MSGDLGH_BASE__
+    // _WX_MSGDLG_H_BASE_