summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/pwd_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/pwd_dlg.cpp')
-rw-r--r--protocols/Xfire/src/pwd_dlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/pwd_dlg.cpp b/protocols/Xfire/src/pwd_dlg.cpp
index e2668b96d7..ee0ce90be0 100644
--- a/protocols/Xfire/src/pwd_dlg.cpp
+++ b/protocols/Xfire/src/pwd_dlg.cpp
@@ -5,7 +5,7 @@
char password[256]="";
-BOOL CALLBACK DlgPwProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK DlgPwProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)
{