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/searching4games.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/searching4games.cpp')
-rw-r--r-- | protocols/Xfire/src/searching4games.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/searching4games.cpp b/protocols/Xfire/src/searching4games.cpp index 27348bc926..6dbcb061ea 100644 --- a/protocols/Xfire/src/searching4games.cpp +++ b/protocols/Xfire/src/searching4games.cpp @@ -96,7 +96,7 @@ BOOL CheckPath(char*ppath,char*pathwildcard=NULL) return FALSE;
}
-BOOL CALLBACK DlgSearchDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK DlgSearchDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)
{
|