]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
Compilaton fixes.
[wxWidgets.git] / src / msw / fontdlg.cpp
index 43f96242e81649932269c09618462bfe4399afe1..34ff09c2dd8267004c43fb3d1499e0602dca57da 100644 (file)
 #endif
 
 #include "wx/fontdlg.h"
+#include "wx/msw/private.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__)
-#include <windows.h>
+#if !defined(__WIN32__) || defined(__WXWINCE__)
 #include <commdlg.h>
 #endif
 
-#include "wx/msw/private.h"
 #include "wx/cmndata.h"
 #include "wx/log.h"