ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:31:26 +0000 (01:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:31:26 +0000 (01:31 +0000)
commit543ad8984bec81a92fe3045967cbc04ccdf13e62
treea0b6d8a398677d185d1e7479d74851192013bbbb
parentcdec37ac77b3c939c8e336259d4f99f1ad58f988
ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise we don't get support for 32bit spin button range even if the headers have it

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