From: Ron Lee Date: Fri, 23 Aug 2002 18:05:11 +0000 (+0000) Subject: removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks ) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76432737a59e25cd508d817e2dac63c3c03032a1?ds=sidebyside 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 --- diff --git a/src/msw/volume.cpp b/src/msw/volume.cpp index 2d7fe331b9..bb81bbf9e9 100644 --- a/src/msw/volume.cpp +++ b/src/msw/volume.cpp @@ -41,9 +41,6 @@ #include "wx/volume.h" -// Win32 headers -#include - #ifndef SHGFI_ATTRIBUTES #define SHGFI_ATTRIBUTES 2048 #endif