compilation fix for headers without _WIN32_IE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
509a619604
commit
036bc7d9e1
@ -85,7 +85,6 @@
|
||||
|
||||
#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#endif
|
||||
|
||||
#include "wx/msw/msvcrt.h"
|
||||
@ -111,6 +110,10 @@
|
||||
#define _WIN32_IE 0x0200
|
||||
#endif
|
||||
|
||||
#if _WIN32_IE >= 0x0300
|
||||
#include <shlwapi.h>
|
||||
#endif
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// global variables
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user