diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-03 06:47:38 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-03 06:47:38 +0200 |
commit | 8978ac1fbb26efc1a4c4099e47d5daeaa054043c (patch) | |
tree | b222761e1f23951f7a319c47283ab1571bff59be /messages.cpp | |
parent | c2c8b96313665152d56efcb0f7bc6fa5888d6a59 (diff) |
x64 config
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: new_gpg.sln
modified: new_gpg.vcxproj
modified: options.cpp
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index 6d502f4..1509958 100644 --- a/messages.cpp +++ b/messages.cpp @@ -911,5 +911,5 @@ static BOOL CALLBACK DlgProcKeyPassword(HWND hwndDlg, UINT msg, WPARAM wParam, L void ShowLoadKeyPasswordWindow() { extern HINSTANCE hInst; - DialogBox(hInst, MAKEINTRESOURCE(IDD_KEY_PASSWD), NULL, DlgProcKeyPassword); + DialogBox(hInst, MAKEINTRESOURCE(IDD_KEY_PASSWD), NULL, (DLGPROC)DlgProcKeyPassword); } |