]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix type of 4th argument to WinHelp
authorTim Kosse <tim.kosse@filezilla-project.org>
Tue, 11 Aug 2015 12:07:36 +0000 (14:07 +0200)
committerSimon Tatham <anakin@pobox.com>
Sat, 15 Aug 2015 12:54:46 +0000 (13:54 +0100)
commit71bc6a3459a1f678ef213b09ae39122a0c6baafd
tree04c2216098db5d180369c31a5482db94a51f7820
parentf2e61275f229b5eefb7a4375b3025a0b5554089a
Fix type of 4th argument to WinHelp

We're passing a pointer as 4th argument to WinHelp. Do not cast it to
DWORD which would truncate the pointer. Instead use UINT_PTR as that
is what WinHelp expects.
windows/winhelp.c