Browse Source

+ added the win16api mode control constants

git-svn-id: trunk@31785 -
nickysn 10 years ago
parent
commit
49086aed65
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/win16/wintypes.inc

+ 4 - 0
rtl/win16/wintypes.inc

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