]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
Made listctrl header BG grey again
[wxWidgets.git] / include / wx / msgdlg.h
index 0771b4631b307453b6c7fb8f46bb18c871fe4f21..e0f80d630c296eff53279215bb9c24b6d6c4e37d 100644 (file)
@@ -1,13 +1,19 @@
-#ifndef __MSGDLGH_BASE__
-#define __MSGDLGH_BASE__
+#ifndef _WX_MSGDLG_H_BASE_
+#define _WX_MSGDLG_H_BASE_
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/msgdlg.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/generic/msgdlgg.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
+#include "wx/generic/msgdlgg.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_