mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
+ added the win16api mode control constants
git-svn-id: trunk@31785 -
This commit is contained in:
parent
26fc460010
commit
49086aed65
@ -1905,3 +1905,7 @@ type
|
||||
dwExtraInfo: DWORD;
|
||||
end;
|
||||
TMouseHookStruct = MOUSEHOOKSTRUCT;
|
||||
|
||||
const
|
||||
{ Mode control }
|
||||
WM_CANCELMODE = $001F;
|
||||
|
Loading…
Reference in New Issue
Block a user