]> git.saurik.com Git - wxWidgets.git/commit
A fix for VC6 compilation: define missing priority constants.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 22:39:34 +0000 (22:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 22:39:34 +0000 (22:39 +0000)
commitee6c519a4b1c8e919c1353b977e6396a160bc4b3
treede09d4427b117b0e7c15aad670f75e513c6f3cd0
parent75925930cd752687ea4b69a0c84bfbc9fe57b6d1
A fix for VC6 compilation: define missing priority constants.

{ABOVE,BELOW}_NORMAL_PRIORITY_CLASS aren ot defined in VC6 headers, see
http://buildbot.tt-solutions.com/wx/builders/XPSP2%20VC6%20wxMSW%20trunk%20release/builds/2943/steps/compile/logs/stdio
so define them ourselves.

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