]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Added wxUSE_DC_CACHEING and associated code to wxMSW
[wxWidgets.git] / src / msw / app.cpp
index 3adeae2cb4a2f40099f74757021bedf12b638efd..7cfe66ae9e5325a3870653b86e2c5bbf4adfc865 100644 (file)
     #define _WIN32_IE 0x0200
 #endif
 
-#if _WIN32_IE >= 0x0300
+#if _WIN32_IE >= 0x0300 \
+    && !( defined(__MINGW32__) && !wxCHECK_W32API_VERSION( 1, 0 ) )
     #include <shlwapi.h>
 #endif