]> git.saurik.com Git - wxWidgets.git/commit
Add back WINVER check to fix VC6 compilation of wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Nov 2012 12:22:05 +0000 (12:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Nov 2012 12:22:05 +0000 (12:22 +0000)
commit7bc572ec828824d8bdc9168a5f6b69cd0102ee07
tree047acbc9c9add020f9eb227f1793352e20a23ed4
parent12fdbd3d6a638ac5110b1686deee619c56b71994
Add back WINVER check to fix VC6 compilation of wxMSW.

The changes of r72953 removed the check for WINVER around the code using
COMBOBOXINFO but it's still needed with VC^, so restore it.

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