зеркало из https://github.com/github/putty.git
Use INT_PTR not int to store result of DialogBoxParam.
This commit is contained in:
Родитель
1ce39113f5
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче