]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colordlg.h
minor change (using wxLogNull no doesn't flush the old messages)
[wxWidgets.git] / include / wx / colordlg.h
index d2453d9a0ef8d138c94e22a1248af4a77bdec1fd..977c8e5bdee1c1a3c9a0a81d8bc47733acf876ae 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __COLORDLGH_BASE__
-#define __COLORDLGH_BASE__
+#ifndef _WX_COLORDLG_H_BASE_
+#define _WX_COLORDLG_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/colordlg.h"
@@ -9,7 +9,11 @@
 #include "wx/generic/colrdlgg.h"
 #elif defined(__WXQT__)
 #include "wx/generic/colrdlgg.h"
+#elif defined(__WXMAC__)
+#include "wx/generic/colrdlgg.h"
+#elif defined(__WXSTUBS__)
+#include "wx/generic/colrdlgg.h"
 #endif
 
 #endif
-    // __COLORDLGH_BASE__
+    // _WX_COLORDLG_H_BASE_