From 2eaa3458b74ffdae9c91b4eb6fe84f8145af3fa1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Dec 2014 13:40:41 +0000 Subject: - bin2hex() instead of manual loops; - change of icon packets git-svn-id: http://svn.miranda-ng.org/main/trunk@11239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index b270cbf4ae..de06d7b744 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -403,8 +403,8 @@ struct CHAT_MANAGER HANDLE hBuildMenuEvent, hSendEvent; FONTINFO aFonts[OPTIONS_FONTCOUNT]; SESSION_INFO *wndList; - int *logIconBmpSize; - PBYTE *pLogIconBmpBits; + size_t *logIconBmpSize; + char **pLogIconBmpBits; // user-defined custom callbacks void (*OnCreateModule)(MODULEINFO*); -- cgit v1.2.3