mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Added SetUserObjectSecurity.
This commit is contained in:
parent
69f4a90a46
commit
c3cd6b55ca
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue