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

Francois Gouget fgouget at free.fr
Thu Aug 30 09:20:47 CDT 2007


---
 dlls/shlwapi/clist.c   |    2 +-
 tools/winapi/win32.api |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/shlwapi/clist.c b/dlls/shlwapi/clist.c
index a68ada4..2fa53cd 100644
--- a/dlls/shlwapi/clist.c
+++ b/dlls/shlwapi/clist.c
@@ -425,7 +425,7 @@ BOOL WINAPI SHRemoveDataBlock(LPDBLIST* lppList, DWORD dwSignature)
  * NOTES
  *  See SHWriteDataBlockList.
  */
-LPDATABLOCK_HEADER WINAPI SHFindDataBlock(LPDBLIST lpList, DWORD dwSignature)
+DATABLOCK_HEADER* WINAPI SHFindDataBlock(LPDBLIST lpList, DWORD dwSignature)
 {
   TRACE("(%p,%d)\n", lpList, dwSignature);
 
diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index c2c0980..80e74dc 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -4693,6 +4693,7 @@ LONGLONG
 BOOL *
 BSTR *
 CLSID *
+DATABLOCK_HEADER *
 DISPPARAMS *
 DLGPROC
 DLLVERSIONINFO *
@@ -4723,10 +4724,11 @@ LPBROWSEINFOW
 LPBYTE
 LPCITEMIDLIST
 LPCRECT
-LPCSHLWAPI_CLIST
 LPCSTR *
 LPCVOID
 LPCWSTR *
+LPDBLIST
+LPDBLIST *
 LPDWORD
 LPINT
 LPITEMIDLIST
@@ -4739,8 +4741,6 @@ LPSECURITY_ATTRIBUTES
 LPSHELLEXECUTEINFOW
 LPSHELLFOLDER
 LPSHFILEOPSTRUCTW
-LPSHLWAPI_CLIST
-LPSHLWAPI_CLIST *
 LPSTR *
 LPSTRRET
 LPTHREAD_START_ROUTINE
-- 
1.5.2.4




More information about the wine-patches mailing list