Added SetUserObjectSecurity.

This commit is contained in:
François Gouget 2000-12-19 02:09:05 +00:00 committed by Alexandre Julliard
parent 69f4a90a46
commit c3cd6b55ca

View file

@ -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)