From ce2af47d41cc790df1b18d9e80295a38747de19f Mon Sep 17 00:00:00 2001 From: Rozhuk Ivan Date: Sun, 30 Nov 2014 00:53:10 +0000 Subject: code cleanup, x64 fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/EmLanProto/src/mlan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/EmLanProto/src/mlan.h') diff --git a/protocols/EmLanProto/src/mlan.h b/protocols/EmLanProto/src/mlan.h index 71d4182dfa..d3f518b04d 100644 --- a/protocols/EmLanProto/src/mlan.h +++ b/protocols/EmLanProto/src/mlan.h @@ -58,7 +58,7 @@ public: int RecvAwayMsg(CCSDATA* ccs); int SetAwayMsg(u_int status, char* msg); - int AddToContactList(u_int flags, EMPSEARCHRESULT* psr); + INT_PTR AddToContactList(u_int flags, EMPSEARCHRESULT* psr); int Search(const char* name); void LoadSettings(); void SaveSettings(); -- cgit v1.2.3