From bf11eec32ee09a804a00f997d8a484de497186ce Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:29:52 +0000 Subject: 3rd side library updates git-svn-id: http://svn.miranda-ng.org/main/trunk@8476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Libs/MsgDecode.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Libs/MsgDecode.pas') diff --git a/plugins/Libs/MsgDecode.pas b/plugins/Libs/MsgDecode.pas index 7f53615094..f857f1ebff 100644 --- a/plugins/Libs/MsgDecode.pas +++ b/plugins/Libs/MsgDecode.pas @@ -4945,10 +4945,10 @@ type ); PMsgDecoded = ^TMsgDecoded; - TMsgDecoded = packed record + TMsgDecoded = {packed} record hwnd: HWND; Cmessage: TMessageDecoded; - _filler: Word; +// _filler: Word; wParam: WPARAM; lParam: LPARAM; time: DWORD; -- cgit v1.2.3