Always use MCHITTESTINFO of minimal size.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Aug 2009 20:10:31 +0000 (20:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Aug 2009 20:10:31 +0000 (20:10 +0000)
commitf9d2e19d216beea3ada925054f9523cc581f0cf9
treeeccdb372da8eb25a02d92e5d599fe82b100494b1
parent7345d6c1926aa86f827f5652c81ebcaff29ebc77
Always use MCHITTESTINFO of minimal size.

This struct has gained additional fields under Vista which are not supported under previous versions. We don't use these fields but just using a bigger struct makes functions using it fail under pre-Vista systems, so don't do this.

Closes #11057.

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