mingw compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,8 +115,7 @@
|
||||
#define _WIN32_IE 0x0200
|
||||
#endif
|
||||
|
||||
#if _WIN32_IE >= 0x0300 \
|
||||
&& !( defined(__MINGW32__) && !wxCHECK_W32API_VERSION( 1, 0 ) )
|
||||
#if _WIN32_IE >= 0x0300 && !defined(__MINGW32__)
|
||||
#include <shlwapi.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user