From c3cd6b55ca2b949d050f8f75aecca6790b94e61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gouget?= Date: Tue, 19 Dec 2000 02:09:05 +0000 Subject: [PATCH] Added SetUserObjectSecurity. --- include/winuser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winuser.h b/include/winuser.h index e0a243972f6..f40f127e4a9 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -3709,6 +3709,7 @@ BOOL WINAPI SetSystemCursor(HCURSOR,DWORD); BOOL WINAPI SetSystemMenu(HWND,HMENU); UINT WINAPI SetSystemTimer(HWND,UINT,UINT,TIMERPROC); UINT WINAPI SetTimer(HWND,UINT,UINT,TIMERPROC); +BOOL WINAPI SetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECURITY_DESCRIPTOR); LONG WINAPI SetWindowLongA(HWND,INT,LONG); LONG WINAPI SetWindowLongW(HWND,INT,LONG); #define SetWindowLong WINELIB_NAME_AW(SetWindowLong)