Experimental checkin: re-enable support for the static WM_MOUSEWHEEL
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Jan 2002 12:22:26 +0000 (12:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Jan 2002 12:22:26 +0000 (12:22 +0000)
commit16837214edd3bd45a1a62a78ff99ad88e36d4cc7
treef7e6b0cc3d7edc26dfb59d68f69d3686960226f1
parent32c37ecd03fbf805c6bf892274ed46e8b7a8bfc9
Experimental checkin: re-enable support for the static WM_MOUSEWHEEL
even on systems where the version number check thinks we should be
expecting a dynamically registered message number. I have a
suspicion the version check isn't accurate in all circumstances; and
in any case, in a situation like this where Windows might send you
either of two things, it's better to be ready to deal with both than
to try and second-guess which one you'll get.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1549 cda61777-01e9-0310-a592-d414129be87e
window.c