summaryrefslogtreecommitdiff
path: root/plugins/Libs/MsgDecode.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Libs/MsgDecode.pas')
-rw-r--r--plugins/Libs/MsgDecode.pas4
1 files changed, 2 insertions, 2 deletions
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;