Don't include pbt.h from wxMSW code unnecessarily.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Nov 2011 19:27:14 +0000 (19:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Nov 2011 19:27:14 +0000 (19:27 +0000)
commitf1a6c1d0248351d85dd9b6f7201d680e418c9e69
treec8766a0f45c07e9b3efc624dd51112516d6048dc
parent8a4e043aef904eda398249dde995b6ddcc01a4ce
Don't include pbt.h from wxMSW code unnecessarily.

The contents of this header is available from winuser.h (included by
windows.h) since at least 15 years and pbt.h itself is not included in the
latest Platform SDK releases (8+) so simply don't include it and also don't
test for its availability in configure.

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