]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colordlg.cpp
* Apply patch #735595. Add miminumAcceptable{Height,Width}
[wxWidgets.git] / src / msw / colordlg.cpp
index e5c15132894c1f6c38121cc7ed3365e4b0c08a22..ea313873c3e70b26cdc3e8e6fe826236f6190646 100644 (file)
@@ -42,6 +42,8 @@
     #include "wx/msgdlg.h"
 #endif
 
+#if wxUSE_COLOURDLG
+
 #include <windows.h>
 
 #if !defined(__WIN32__) || defined(__SALFORDC__)
@@ -226,3 +228,4 @@ void wxColourDialog::DoGetClientSize(int *width, int *height) const
         *height = 299;
 }
 
+#endif