diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 19:25:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-17 19:25:04 +0000 |
commit | 3cab5cc7a72ec216d463cfd7735e11b808a221c7 (patch) | |
tree | 400e47ca3545b7c98f8d9833efbc62012bcb6376 /plugins/ExternalAPI | |
parent | 18cffbe601f10d14a4611c2cf3eca3beb0d7ec1a (diff) |
mTextControl: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_text.h b/plugins/ExternalAPI/m_text.h index d5a1beaff8..315f6c950c 100644 --- a/plugins/ExternalAPI/m_text.h +++ b/plugins/ExternalAPI/m_text.h @@ -41,7 +41,7 @@ typedef struct _tagMTEXT_interface { DWORD version;
HANDLE (DLL_CALLCONV *Register) (const char *userTitle, DWORD options);
HANDLE (DLL_CALLCONV *Create) (HANDLE userHandle, TCHAR *text);
- HANDLE (DLL_CALLCONV *CreateEx) (HANDLE userHandle, MCONTACT hContact, void *text, DWORD flags);
+ HANDLE (DLL_CALLCONV *CreateEx) (HANDLE userHandle, void *text, DWORD flags);
int (DLL_CALLCONV *Measure) (HDC dc, SIZE *sz, HANDLE text);
int (DLL_CALLCONV *Display) (HDC dc, POINT pos, SIZE sz, HANDLE text);
int (DLL_CALLCONV *SetParent) (HANDLE text, HWND hwnd, RECT rect);
|