From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/TabSRMM/src/msgs.h') diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 0412e44e76..27d245f8d2 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -194,7 +194,7 @@ struct TContainerData LONG uChildMinHeight; int tBorder; int tBorder_outer_left, tBorder_outer_right, tBorder_outer_top, tBorder_outer_bottom; - HCONTACT hContactFrom; + MCONTACT hContactFrom; BOOL isCloned; HWND hwndStatus; int statusBarHeight; @@ -243,7 +243,7 @@ struct TWindowData HWND hwnd; DWORD dwFlags; DWORD dwFlagsEx; - HCONTACT hContact; + MCONTACT hContact; char *szProto; TCHAR szMyNickname[130]; TCHAR szStatusBar[100]; @@ -417,7 +417,7 @@ struct TIconDescW struct TNewWindowData { - HCONTACT hContact; + MCONTACT hContact; int isWchar; LPCSTR szInitialText; int iTabID; @@ -895,7 +895,7 @@ struct TABSRMM_SessionInfo { typedef struct { int cbSize; - HCONTACT hContact; + MCONTACT hContact; int uFlags; // should be same as input data unless 0, then it will be the actual type HWND hwndWindow; //top level window for the contact or NULL if no window exists int uState; // see window states -- cgit v1.2.3