]> git.saurik.com Git - wxWidgets.git/commitdiff
removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks )
authorRon Lee <ron@debian.org>
Fri, 23 Aug 2002 18:05:11 +0000 (18:05 +0000)
committerRon Lee <ron@debian.org>
Fri, 23 Aug 2002 18:05:11 +0000 (18:05 +0000)
and appears to be unneccessary for mingw32 gui builds.  It's been around since 1.1 so
I'm blindly guessing no one else will need it now either.  If that's wrong, please wrap
it in USE_GUI, thanks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/volume.cpp

index 2d7fe331b90260db04de45e1638777cb665908ee..bb81bbf9e9a6bcd41e925367880dccf8181971f1 100644 (file)
@@ -41,9 +41,6 @@
 
 #include "wx/volume.h"
 
-// Win32 headers
-#include <shlobj.h>
-
 #ifndef SHGFI_ATTRIBUTES
     #define SHGFI_ATTRIBUTES 2048
 #endif