]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colordlg.cpp
Use the current font for the DoGetBestSize calculation
[wxWidgets.git] / src / msw / colordlg.cpp
index 24ad03ce5103e1edb8189b7088e7ca5362078d4d..18705d6d085a6d04d3667b271dff0a9d2a46a950 100644 (file)
 #include "wx/msw/private.h"
 #include "wx/colordlg.h"
 #include "wx/cmndata.h"
+#include "wx/math.h"
+#include "wx/msw/wrapcdlg.h"
 
-#if !defined(__WIN32__) || defined(__WXWINCE__)
-    #include <commdlg.h>
-#endif
-
-#include <math.h>
 #include <stdlib.h>
 #include <string.h>