diff options
Diffstat (limited to 'include/m_protocols.h')
-rw-r--r-- | include/m_protocols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protocols.h b/include/m_protocols.h index 041ea2b02b..52e6107e08 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -233,7 +233,7 @@ typedef struct { #define MS_PROTO_GETCONTACTBASEPROTO "Proto/GetContactBaseProto"
__forceinline char* GetContactProto(MCONTACT hContact)
-{ return (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0);
+{ return (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO, hContact, 0);
}
//determines whether the specified contact has the given protocol in its chain
|