From 6b9cbcc049b4c580ffac4e39be8d97d73b58c80a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 14 May 2021 11:06:33 +0300 Subject: =?UTF-8?q?fixes=20#2884=20(ICQ:=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B1?= =?UTF-8?q?=D0=B5=D0=B7=D0=B1=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=B2=D1=80=D1=91?= =?UTF-8?q?=D1=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/MessageState/src/global.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/MessageState/src/global.h') diff --git a/plugins/MessageState/src/global.h b/plugins/MessageState/src/global.h index a689701802..21b12b27dc 100644 --- a/plugins/MessageState/src/global.h +++ b/plugins/MessageState/src/global.h @@ -34,10 +34,10 @@ __forceinline bool CheckProtoSupport(const char *szProto) void InitServices(); -void IconsUpdate(MCONTACT); -void SetSRMMIcon(MCONTACT hContact, int type, time_t time = 0); -__int64 GetPreciousTime(void); -int OnModulesLoaded(WPARAM, LPARAM); bool HasUnread(MCONTACT hContact); +void IconsUpdate(MCONTACT hContact); +void SetSRMMIcon(MCONTACT hContact, int type, time_t time = 0); + +int OnModulesLoaded(WPARAM, LPARAM); #endif //_GLOBAL_H_ \ No newline at end of file -- cgit v1.2.3