]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
64-bit cleanness: use INT_PTR/UINT_PTR where appropriate.
authorSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 13:10:27 +0000 (14:10 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 13:21:54 +0000 (14:21 +0100)
commit83746d7236e3109b1c5009262cf2b232583ffbba
treef3ee007a3261d55ccb44462a05c4dbb38509e95a
parent00960d8695e35faf6176f452fa09b5fef7b3d623
64-bit cleanness: use INT_PTR/UINT_PTR where appropriate.

These integer types are correct for the id/handle parameter to
AppendMenu / InsertMenu / DeleteMenu, and also for the return type of
dialog box procedures.
windows/windlg.c
windows/window.c