summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-11-03 06:47:38 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-11-03 06:47:38 +0200
commit8978ac1fbb26efc1a4c4099e47d5daeaa054043c (patch)
treeb222761e1f23951f7a319c47283ab1571bff59be /messages.cpp
parentc2c8b96313665152d56efcb0f7bc6fa5888d6a59 (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.cpp2
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);
}