From 74d0eac304a0ea26a7c28b26452f373b2dce0fea Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 6 Oct 2018 01:05:46 +0300 Subject: NewStory: porting to ng (not complete) --- plugins/ExternalAPI/m_text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_text.h b/plugins/ExternalAPI/m_text.h index b098e2dce8..0099be9a77 100644 --- a/plugins/ExternalAPI/m_text.h +++ b/plugins/ExternalAPI/m_text.h @@ -204,7 +204,7 @@ __inline HANDLE MTextCreateW(HANDLE userHandle, WCHAR *text) #define MS_TEXT_CREATEEX "MText/CreateEx" #ifndef MTEXT_NOHELPERS -__inline HANDLE MTextCreateEx(HANDLE userHandle, HANDLE hContact, void *text, DWORD flags) +__inline HANDLE MTextCreateEx(HANDLE userHandle, MCONTACT hContact, void *text, DWORD flags) { #ifdef __cplusplus MTEXTCREATE textCreate; -- cgit v1.2.3