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 коммит произвёл Simon Tatham
Родитель 1ce39113f5
Коммит 3ca54e45e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;