瀏覽代碼

+ added the win16api system modal window support functions

git-svn-id: trunk@31786 -
nickysn 10 年之前
父節點
當前提交
8821194c21
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      rtl/win16/winprocsh.inc

+ 5 - 0
rtl/win16/winprocsh.inc

@@ -1002,3 +1002,8 @@ procedure ReleaseCapture; external 'USER';
 function GetCapture: HWND; external 'USER';
 
 function SwapMouseButton(fSwap: BOOL): BOOL; external 'USER';
+
+{ System modal window support }
+
+function GetSysModalWindow: HWND; external 'USER';
+function SetSysModalWindow(hwnd: HWND): HWND; external 'USER';