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 */ ...@@ -4393,7 +4393,7 @@ typedef struct SHELL_USER_PERMISSION { /* ...and this should be in shlwapi.h */
* NOTES * NOTES
* Call should free returned descriptor with LocalFree * 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 *sidlist;
PSID cur_user = NULL; PSID cur_user = NULL;
......
...@@ -4193,7 +4193,6 @@ HRESULT ...@@ -4193,7 +4193,6 @@ HRESULT
HUSKEY HUSKEY
HWND HWND
INT INT
LANGID
LONG LONG
LPARAM LPARAM
LRESULT LRESULT
...@@ -4214,6 +4213,7 @@ int ...@@ -4214,6 +4213,7 @@ int
%long --pointer %long --pointer
INT_PTR INT_PTR
DWORD_PTR
%longlong %longlong
...@@ -4224,9 +4224,11 @@ LONGLONG ...@@ -4224,9 +4224,11 @@ LONGLONG
BOOL * BOOL *
BSTR * BSTR *
CLSID * CLSID *
DISPPARAMS *
DLGPROC DLGPROC
DLLVERSIONINFO * DLLVERSIONINFO *
DWORD * DWORD *
DWORD_PTR *
FDSA_info * FDSA_info *
HICON * HICON *
HKEY * HKEY *
...@@ -4240,7 +4242,6 @@ IDropTarget * ...@@ -4240,7 +4242,6 @@ IDropTarget *
IEnumIDList ** IEnumIDList **
IFACE_INDEX_TBL * IFACE_INDEX_TBL *
IID * IID *
INT *
IPropertyBag * IPropertyBag *
IShellFolder * IShellFolder *
IStream * IStream *
...@@ -4285,12 +4286,11 @@ PARSEDURLA * ...@@ -4285,12 +4286,11 @@ PARSEDURLA *
PARSEDURLW * PARSEDURLW *
PHKEY PHKEY
PHUSKEY PHUSKEY
PLONG
PPOINTL PPOINTL
PSECURITY_DESCRIPTOR PSECURITY_DESCRIPTOR
PSHELL_USER_PERMISSION *
PVOID PVOID
PVOID * PVOID *
RECT *
REFCLSID REFCLSID
REFGUID REFGUID
REFIID REFIID
...@@ -4299,7 +4299,9 @@ STRRET * ...@@ -4299,7 +4299,9 @@ STRRET *
UINT * UINT *
ULARGE_INTEGER * ULARGE_INTEGER *
VARIANT * VARIANT *
VARIANTARG *
VOID * VOID *
WAITORTIMERCALLBACK
WNDCLASSA * WNDCLASSA *
WNDCLASSW * WNDCLASSW *
int * 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