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

This commit is contained in:
Francois Gouget 2007-06-15 19:00:02 +02:00 committed by Alexandre Julliard
parent 8b35421bf9
commit 56c841ced0
2 changed files with 7 additions and 5 deletions

View file

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

View file

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