]> git.saurik.com Git - wxWidgets.git/commitdiff
Added back shlwapi.h inclusion with comment
authorJulian Smart <julian@anthemion.co.uk>
Thu, 14 Apr 2005 06:48:58 +0000 (06:48 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 14 Apr 2005 06:48:58 +0000 (06:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index d3d3e62a5c941fbb7ca17cf67736b688105536ac..9ee0700538ddb27b0260269ff649b9c1d1d96ffb 100644 (file)
 #include "wx/msw/wince/missing.h"
 #endif
 
+// For DLLVER_PLATFORM_WINDOWS
+#if (!defined(__MINGW32__) || wxCHECK_W32API_VERSION( 2, 0 )) && \
+    !defined(__CYGWIN__) && !defined(__DIGITALMARS__) && !defined(__WXWINCE__) && \
+    (!defined(_MSC_VER) || (_MSC_VER > 1100))
+    #include <shlwapi.h>
+#endif
+
 // ---------------------------------------------------------------------------
 // global variables
 // ---------------------------------------------------------------------------