]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colrdlgg.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / include / wx / generic / colrdlgg.h
index c0629c183e4144faf452ab4eb3b9824132d02dd7..6229f6d1442456f45fc17569b330899e46c7560c 100644 (file)
@@ -116,6 +116,8 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog
 DECLARE_EVENT_TABLE()
 };
 
+#ifdef __WXGTK__
 typedef wxGenericColourDialog wxColourDialog;
+#endif
 
 #endif