A contributor tells me that WM_MOUSEWHEEL is not supported in Win95,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Dec 2001 14:30:58 +0000 (14:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Dec 2001 14:30:58 +0000 (14:30 +0000)
commit011b0e336c67ac807f8c809447cd2dd838ea0112
treeb8d4b3a6d178286b134402371b67c64507071cf0
parent2e792012081c46e0fc0ef27e389e650bebac4378
A contributor tells me that WM_MOUSEWHEEL is not supported in Win95,
and offers a patch that uses RegisterMessage() to acquire the
correct dynamic message number to use instead.

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