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:
parent
395539f90f
commit
a4a2e5d2f3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user