]> git.saurik.com Git - wxWidgets.git/commitdiff
w32api 2.0 will have shlwapi.h
authorMattia Barbon <mbarbon@cpan.org>
Mon, 29 Jul 2002 20:34:11 +0000 (20:34 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 29 Jul 2002 20:34:11 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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