summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/userdetails.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-26 17:51:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-26 17:51:03 +0000
commit23a378d2ae8b2800a355e37f8bc612aeace26fc9 (patch)
tree93ae9768b704d1e9bfb190077c292d13ae675dde /protocols/Xfire/src/userdetails.cpp
parentdeb1535897b89ae8981279c5af5479a7b7c17f66 (diff)
fix for 64-bit compilation
git-svn-id: http://svn.miranda-ng.org/main/trunk@2505 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/userdetails.cpp')
-rw-r--r--protocols/Xfire/src/userdetails.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/userdetails.cpp b/protocols/Xfire/src/userdetails.cpp
index c53ab8e0dc..7de0221133 100644
--- a/protocols/Xfire/src/userdetails.cpp
+++ b/protocols/Xfire/src/userdetails.cpp
@@ -179,7 +179,7 @@ void setGameInfo(HWND listbox,char *mbuf)
}
}
-static BOOL CALLBACK DlgProcUserDetails(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static LRESULT CALLBACK DlgProcUserDetails(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
static char path[XFIRE_MAX_STATIC_STRING_LEN]="";
static WCHAR wpath[256];