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:
parent
dd0e4a9047
commit
76432737a5
@ -41,9 +41,6 @@
|
||||
|
||||
#include "wx/volume.h"
|
||||
|
||||
// Win32 headers
|
||||
#include <shlobj.h>
|
||||
|
||||
#ifndef SHGFI_ATTRIBUTES
|
||||
#define SHGFI_ATTRIBUTES 2048
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user