]> git.saurik.com Git - wxWidgets.git/commit
Fix wxRichToolTip compilation under MSW without PCH and recent SDK headers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Oct 2011 16:20:19 +0000 (16:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Oct 2011 16:20:19 +0000 (16:20 +0000)
commit26d863e2b2f30612d0512a786fc01fe63c6b7bdf
treeb127e8773ecf1e4a89788e206be4759171c0ad7e
parentf72ed385786eccca7a73cbace9bae975e3a2ae21
Fix wxRichToolTip compilation under MSW without PCH and recent SDK headers.

Include the headers normally included from wx/wxprec.h.

Also define the stuff missing from the headers of some compilers (notably
MinGW but probably also VC6) ourselves.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/private/richtooltip.h
src/msw/richtooltip.cpp