mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Use INT_PTR not int to store result of DialogBoxParam.
This commit is contained in:
@ -368,7 +368,7 @@ static void win_add_keyfile(Filename *filename)
|
||||
* comment to use in the passphrase prompt.
|
||||
*/
|
||||
while (1) {
|
||||
int dlgret;
|
||||
INT_PTR dlgret;
|
||||
struct PassphraseProcStruct pps;
|
||||
|
||||
pps.passphrase = &passphrase;
|
||||
|
Reference in New Issue
Block a user