Browse Source

+ added the win16api system modal window support functions

git-svn-id: trunk@31786 -
nickysn 10 years ago
parent
commit
8821194c21
1 changed files with 5 additions and 0 deletions
  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';