use fixed TOOLINFO struct size instead of trying to (wrongly) deduce it from the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2007 00:33:48 +0000 (00:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2007 00:33:48 +0000 (00:33 +0000)
commit7709915e967383057bdad8748d9d23a327e5d749
tree3d99614ae9b41020f5f2eb43a49708f7c07e3f78
parent1044b90c1b6dabee7327a9a2898725af9cc018b8
use fixed TOOLINFO struct size instead of trying to (wrongly) deduce it from the _WIN32_IE value, fixes bug with tooltips not appearing under Windows 95

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