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

Francois Gouget fgouget at free.fr
Fri Jun 15 12:00:02 CDT 2007


---
 dlls/shlwapi/ordinal.c |    2 +-
 tools/winapi/win32.api |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c
index bad167c..e8738f3 100644
--- a/dlls/shlwapi/ordinal.c
+++ b/dlls/shlwapi/ordinal.c
@@ -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;
diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index 74c8324..82be17d 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -4190,7 +4190,6 @@ HRESULT
 HUSKEY
 HWND
 INT
-LANGID
 LONG
 LPARAM
 LRESULT
@@ -4211,6 +4210,7 @@ int
 %long --pointer
 
 INT_PTR
+DWORD_PTR
 
 %longlong
 
@@ -4221,9 +4221,11 @@ LONGLONG
 BOOL *
 BSTR *
 CLSID *
+DISPPARAMS *
 DLGPROC
 DLLVERSIONINFO *
 DWORD *
+DWORD_PTR *
 FDSA_info *
 HICON *
 HKEY *
@@ -4237,7 +4239,6 @@ IDropTarget *
 IEnumIDList **
 IFACE_INDEX_TBL *
 IID *
-INT *
 IPropertyBag *
 IShellFolder *
 IStream *
@@ -4282,12 +4283,11 @@ PARSEDURLA *
 PARSEDURLW *
 PHKEY
 PHUSKEY
-PLONG
 PPOINTL
 PSECURITY_DESCRIPTOR
+PSHELL_USER_PERMISSION *
 PVOID
 PVOID *
-RECT *
 REFCLSID
 REFGUID
 REFIID
@@ -4296,7 +4296,9 @@ STRRET *
 UINT *
 ULARGE_INTEGER *
 VARIANT *
+VARIANTARG *
 VOID *
+WAITORTIMERCALLBACK
 WNDCLASSA *
 WNDCLASSW *
 int *
-- 
1.4.4.4




More information about the wine-patches mailing list