Commit 56c841ce authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shlwapi: Update win32.api to fix the winapi_check warnings.

parent 8b35421b
......@@ -4393,7 +4393,7 @@ typedef struct SHELL_USER_PERMISSION { /* ...and this should be in shlwapi.h */
* NOTES
* Call should free returned descriptor with LocalFree
*/
SECURITY_DESCRIPTOR * WINAPI GetShellSecurityDescriptor(PSHELL_USER_PERMISSION *apUserPerm, int cUserPerm)
PSECURITY_DESCRIPTOR WINAPI GetShellSecurityDescriptor(PSHELL_USER_PERMISSION *apUserPerm, int cUserPerm)
{
PSID *sidlist;
PSID cur_user = NULL;
......
......@@ -4193,7 +4193,6 @@ HRESULT
HUSKEY
HWND
INT
LANGID
LONG
LPARAM
LRESULT
......@@ -4214,6 +4213,7 @@ int
%long --pointer
INT_PTR
DWORD_PTR
%longlong
......@@ -4224,9 +4224,11 @@ LONGLONG
BOOL *
BSTR *
CLSID *
DISPPARAMS *
DLGPROC
DLLVERSIONINFO *
DWORD *
DWORD_PTR *
FDSA_info *
HICON *
HKEY *
......@@ -4240,7 +4242,6 @@ IDropTarget *
IEnumIDList **
IFACE_INDEX_TBL *
IID *
INT *
IPropertyBag *
IShellFolder *
IStream *
......@@ -4285,12 +4286,11 @@ PARSEDURLA *
PARSEDURLW *
PHKEY
PHUSKEY
PLONG
PPOINTL
PSECURITY_DESCRIPTOR
PSHELL_USER_PERMISSION *
PVOID
PVOID *
RECT *
REFCLSID
REFGUID
REFIID
......@@ -4299,7 +4299,9 @@ STRRET *
UINT *
ULARGE_INTEGER *
VARIANT *
VARIANTARG *
VOID *
WAITORTIMERCALLBACK
WNDCLASSA *
WNDCLASSW *
int *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment