* Two msgs added found while porting toolbar97

git-svn-id: trunk@5767 -
This commit is contained in:
marco 2006-12-31 13:48:50 +00:00
parent 19b4964df3
commit f340e27114

View File

@ -1728,7 +1728,20 @@ Type
Unused: LPARAM; Unused: LPARAM;
Result: LRESULT; Result: LRESULT;
end; end;
{$endif messagesunit} TWMEnable = packed record
Msg: Cardinal;
Enabled: LongBool;
Unused: Longint;
Result: Longint;
end;
TWMMouseActivate = packed record
Msg: Cardinal;
TopLevel: HWND;
HitTestCode: Word;
MouseMsg: Word;
Result: Longint;
end;
{$endif messagesunit}
{$endif read_interface} {$endif read_interface}