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;