]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/volume.cpp
changed last DrawButton() parameter from bool to int to allow for future extensions...
[wxWidgets.git] / src / msw / volume.cpp
index 3a1fa48ec11c9c172ddb824261e33d47a09ae7ac..947d932eb25570d93f65f51f47b18075879b2190 100644 (file)
@@ -25,8 +25,9 @@
 
 #if wxUSE_FSVOLUME
 
+#include "wx/volume.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/msw/missing.h"
     #if wxUSE_GUI
         #include "wx/icon.h"
     #endif
 #include "wx/dynlib.h"
 #include "wx/arrimpl.cpp"
 
-#include "wx/volume.h"
-
 #include <shellapi.h>
 #include <shlobj.h>
+#include "wx/msw/missing.h"
 
 #if wxUSE_BASE