Applied patch [ 606713 ] Removes a warning from cygwin build
authorJulian Smart <julian@anthemion.co.uk>
Tue, 10 Sep 2002 13:54:35 +0000 (13:54 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 10 Sep 2002 13:54:35 +0000 (13:54 +0000)
commit7f93875dfe6dbc56d04997cb163e823bf14e2ba4
treef0de04d03a2bbd1f1d9196e763f61b24ade89fa3
parent64e15340d0e76155609ea60b4f952a895261d869
Applied patch [ 606713 ] Removes a warning from cygwin build

When building using Cygwin+gcc3.1.1 I get the following
warning:

"src/msw/app.cpp:122:25: warning: shlwapi.h: No such
file or directory"

(It seems strange to me that it's a warning instead of an
error?)

The attached patch adds a conditional case for
__CYGWIN__ when including shlwapi.h. (I hope I did it
the proper way, the #if's regarding build system setup
get a bit lengthy at times, I didn't see a shortcut for this
however)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/app.cpp