]> git.saurik.com Git - wxWidgets.git/commit
Compilation fixes for VC6 after MSWGetComboBoxInfo() introduction.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Nov 2012 00:14:37 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Nov 2012 00:14:37 +0000 (00:14 +0000)
commit1b6010d86fb992eeaa718bcac4220d110072bf9c
tree17a34b48288d7e3578a5b880fd40e43ab8f55cc1
parent0508392167aaad4f7eee53e01bad9b77ab1a67da
Compilation fixes for VC6 after MSWGetComboBoxInfo() introduction.

Don't use COMBOBOXINFO outside of WINVER checks, we can only use
tagCOMBOBOXINFO that we forward declared ourselves.

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