1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-21 04:55:02 -05:00

Use INT_PTR not int to store result of DialogBoxParam.

This commit is contained in:
Tim Kosse 2015-08-11 14:27:48 +02:00 committed by Simon Tatham
parent 1ce39113f5
commit 3ca54e45e3

View File

@ -368,7 +368,7 @@ static void win_add_keyfile(Filename *filename)
* comment to use in the passphrase prompt. * comment to use in the passphrase prompt.
*/ */
while (1) { while (1) {
int dlgret; INT_PTR dlgret;
struct PassphraseProcStruct pps; struct PassphraseProcStruct pps;
pps.passphrase = &passphrase; pps.passphrase = &passphrase;