diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-03-08 13:29:52 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-03-08 13:29:52 +0000 |
commit | bf11eec32ee09a804a00f997d8a484de497186ce (patch) | |
tree | 46512bacc09f09f10e39a6923f169ebcb78206dd /plugins/Libs/MsgDecode.pas | |
parent | e0734e8e62dab60e70b8bbc69da909eecd3af9b5 (diff) |
3rd side library updates
git-svn-id: http://svn.miranda-ng.org/main/trunk@8476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Libs/MsgDecode.pas')
-rw-r--r-- | plugins/Libs/MsgDecode.pas | 4 |
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;
|