]> git.saurik.com Git - wxWidgets.git/commit
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)
commit76432737a59e25cd508d817e2dac63c3c03032a1
tree92c6367fb30adb5c2ea933ab7cd2f329921a57c2
parentdd0e4a904751c916b045527e856631268f3502ae
removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks )
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