From 163c0e1a73ce82cc116ff8782e445d5bf438768b Mon Sep 17 00:00:00 2001 From: dkolmck Date: Wed, 3 Dec 2014 09:22:02 +0000 Subject: [PATCH] * fix some declarations for x64 support git-svn-id: https://svn.code.sf.net/p/kolmck/code@131 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07 --- MsgDecode.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MsgDecode.pas b/MsgDecode.pas index 7f53615..f857f1e 100644 --- a/MsgDecode.pas +++ b/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;