Unnecessary shwlapi.h inclusion removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-04-13 13:20:10 +00:00
parent 9fd94f430a
commit 3e3d05fc86

View File

@@ -86,12 +86,6 @@
#include "wx/msw/wince/missing.h"
#endif
#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
// ---------------------------------------------------------------------------