mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 23:28:06 -05:00
Use INT_PTR not int to store result of DialogBoxParam.
This commit is contained in:
parent
1ce39113f5
commit
3ca54e45e3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user