Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:02:07 +0000 (11:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:02:07 +0000 (11:02 +0000)
commit3bcb0be2bba8dcfff31b267a3829b2473e38e9c4
tree97a4333bf8d0a5c61ade4b3ab3d24789ee19d4c4
parentcf0a0f93032009e2da3a1e7aa6d6998992dc564d
Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.

Fix compilation when GDI+ headers are not available by not including the
header that includes <gdiplus.h> in this case.

Closes #13640.

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