瀏覽代碼

+ added the win16api mode control constants

git-svn-id: trunk@31785 -
nickysn 10 年之前
父節點
當前提交
49086aed65
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;