]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
DLGPROC callbacks should return INT_PTR.
authorTim Kosse <tim.kosse@filezilla-project.org>
Tue, 11 Aug 2015 12:22:09 +0000 (14:22 +0200)
committerSimon Tatham <anakin@pobox.com>
Sat, 15 Aug 2015 12:54:50 +0000 (13:54 +0100)
commit1ce39113f54c7887c75ef1915eaf486b88111199
tree69ad307c9a62e0b47484ae6cef2d3bd4389cd953
parenta39904388fa5789749f1687692bfa9b96a7e29f2
DLGPROC callbacks should return INT_PTR.

The Windows headers define the return type of DLGPROC as INT_PTR which
on 64bit Windows has a different size than int.
windows/winpgen.c
windows/winpgnt.c