From 7339bc08a765b87b0140e350a05fcf0d22a57722 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Apr 2013 16:14:47 +0000 Subject: mir_getCLI() - a helper for MS_CLIST_RETRIEVE_INTERFACE, just call it without parameters git-svn-id: http://svn.miranda-ng.org/main/trunk@4368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 55fbe34e60..c6f9330c6c 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -481,7 +481,7 @@ extern CLIST_INTERFACE cli, *pcli; #define MS_CLIST_RETRIEVE_INTERFACE "CList/RetrieveInterface" -__forceinline CLIST_INTERFACE* mir_getCLI() -{ return (CLIST_INTERFACE*)CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, 0); +__forceinline void mir_getCLI() +{ pcli = (CLIST_INTERFACE*)CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, 0); } #endif // M_CLISTINT_H__ -- cgit v1.2.3