]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
removed pnghand from MSW sources - obsoleted
[wxWidgets.git] / src / msw / app.cpp
index 2bb095e842902521a6bf400f2e5d7240fbe9abac..9c46030706c1d1c2c0cbb1a3b7ff384e596a0c74 100644 (file)
@@ -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"
     #define _WIN32_IE 0x0200
 #endif
 
+#if _WIN32_IE >= 0x0300
+    #include <shlwapi.h>
+#endif
+
 // ---------------------------------------------------------------------------
 // global variables
 // ---------------------------------------------------------------------------