diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-06 17:32:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-06 17:32:37 +0000 |
commit | a609a99eebd89fca7955c8957fc0f2e99c8ededb (patch) | |
tree | fe7d50e1fc61d19ce8f8f6d4dccdb6a88ef957d6 /include/m_clistint.h | |
parent | 5e49edfe66308d79bd8095acb1c89d0e987c7aa4 (diff) |
minus MS_CLIST_RETRIEVE_INTERFACE
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index daa37cc59e..648eb84dda 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -496,13 +496,9 @@ struct CLIST_INTERFACE // retrieves the pointer to a CLIST_INTERFACE structure
// NOTE: valid only for the clist clone building, not for the regular use
-#define MS_CLIST_RETRIEVE_INTERFACE "CList/RetrieveInterface"
+EXTERN_C MIR_APP_DLL(CLIST_INTERFACE*) Clist_GetInterface(void);
#ifndef MIR_APP_EXPORTS
extern CLIST_INTERFACE *pcli;
-
- __forceinline void mir_getCLI()
- { pcli = (CLIST_INTERFACE*)CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, 0);
- }
#endif
#endif // M_CLISTINT_H__
|