]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
fixes to dependency problems in win32 makefiles
[wxWidgets.git] / src / msw / app.cpp
index 03551b3c175bc6e520efca08a453407a55ff5652..26e39644e46f676a18351b09d4f070126d8d3b8c 100644 (file)
 
 #if _WIN32_IE >= 0x0300 && \
     (!defined(__MINGW32__) || wxCHECK_W32API_VERSION( 2, 0 )) && \
-    !defined(__CYGWIN__) && !defined(__WXWINCE__)
+    !defined(__CYGWIN__) && !defined(__WXWINCE__) && \
+    (!defined(_MSC_VER) || (_MSC_VER > 1100))
     #include <shlwapi.h>
 #endif