]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/volume.cpp
Enable variadic macros for VC9 and later.
[wxWidgets.git] / src / msw / volume.cpp
index 35c487da019d23840a7ff8dff470e3d009cd9a0f..3ea20ccae4a7c4083df78632a96d5acf68ca5c5f 100644 (file)
@@ -32,6 +32,7 @@
         #include "wx/icon.h"
     #endif
     #include "wx/intl.h"
+    #include "wx/log.h"
     #include "wx/hashmap.h"
     #include "wx/filefn.h"
 #endif // WX_PRECOMP
@@ -40,6 +41,9 @@
 #include "wx/dynlib.h"
 #include "wx/arrimpl.cpp"
 
+// some compilers require including <windows.h> before <shellapi.h> so do it
+// even if this is not necessary with most of them
+#include "wx/msw/wrapwin.h"
 #include <shellapi.h>
 #include <shlobj.h>
 #include "wx/msw/missing.h"