]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/settings.cpp
Include wx/slider.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / settings.cpp
index 97c7d9f9ebfe0eb63110d68cccf40f750ecc4f78..bee65992b7a4510ee1ceb5816fb5cf8be3075295 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/settings.h"
+
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
     #include "wx/gdicmn.h"
 #endif
 
-#include "wx/settings.h"
-
 #include "wx/msw/private.h"
 
 #ifndef SPI_GETFLATMENU
@@ -310,10 +310,10 @@ static const int gs_metricsMap[] =
     SM_CXBORDER,
     SM_CYBORDER,
 #ifdef SM_CXCURSOR
-       SM_CXCURSOR,
+    SM_CXCURSOR,
     SM_CYCURSOR,
 #else
-       -1, -1,
+    -1, -1,
 #endif
     SM_CXDOUBLECLK,
     SM_CYDOUBLECLK,