+ added the win16api mode control constants

git-svn-id: trunk@31785 -
This commit is contained in:
nickysn 2015-09-23 13:08:04 +00:00
parent 26fc460010
commit 49086aed65

View File

@ -1905,3 +1905,7 @@ type
dwExtraInfo: DWORD;
end;
TMouseHookStruct = MOUSEHOOKSTRUCT;
const
{ Mode control }
WM_CANCELMODE = $001F;