]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
corrected ::Clear
[wxWidgets.git] / src / msw / app.cpp
index 796ee13256bb08e52c39e4fb783134af53878080..c4808f1b359199b939dcd21c9c29600a36b3a5ef 100644 (file)
     #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