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:
Václav Slavík
2001-09-22 16:15:45 +00:00
parent 5145e34f09
commit 38189fd599

View File

@@ -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