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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 30 13:50:29 CDT 2007


Module: wine
Branch: master
Commit: 6dbf9c1932dbd2db13c9b9a51fd4d71dc0f58b95
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6dbf9c1932dbd2db13c9b9a51fd4d71dc0f58b95

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 30 16:20:47 2007 +0200

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

---

 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 a8e1c73..8f396b9 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




More information about the wine-cvs mailing list