diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-26 17:51:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-26 17:51:03 +0000 |
commit | 23a378d2ae8b2800a355e37f8bc612aeace26fc9 (patch) | |
tree | 93ae9768b704d1e9bfb190077c292d13ae675dde /protocols/Xfire/src/userdetails.cpp | |
parent | deb1535897b89ae8981279c5af5479a7b7c17f66 (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.cpp | 2 |
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];
|