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
This commit is contained in:
Ron Lee 2002-08-23 18:05:11 +00:00
parent dd0e4a9047
commit 76432737a5

View File

@ -41,9 +41,6 @@
#include "wx/volume.h"
// Win32 headers
#include <shlobj.h>
#ifndef SHGFI_ATTRIBUTES
#define SHGFI_ATTRIBUTES 2048
#endif