]> git.saurik.com Git - wxWidgets.git/commitdiff
mingw compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Sep 2001 16:15:45 +0000 (16:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 22 Sep 2001 16:15:45 +0000 (16:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 7297d4c352cb689a5781b316029f7d6e5ab305fd..378dccbe3efc0014fa1dfd846af211da7146c228 100644 (file)
     #define _WIN32_IE 0x0200
 #endif
 
     #define _WIN32_IE 0x0200
 #endif
 
-#if _WIN32_IE >= 0x0300 \
-    && !( defined(__MINGW32__) && !wxCHECK_W32API_VERSION( 1, 0 ) )
+#if _WIN32_IE >= 0x0300 && !defined(__MINGW32__)
     #include <shlwapi.h>
 #endif
 
     #include <shlwapi.h>
 #endif