w32api 2.0 will have shlwapi.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2002-07-29 20:34:11 +00:00
parent 395539f90f
commit a4a2e5d2f3

View File

@ -117,7 +117,8 @@
#define _WIN32_IE 0x0200
#endif
#if _WIN32_IE >= 0x0300 && !defined(__MINGW32__)
#if _WIN32_IE >= 0x0300 && \
(!defined(__MINGW32__) || wxCHECK_W32API_VERSION( 2, 0 ))
#include <shlwapi.h>
#endif