From 6dbf9c1932dbd2db13c9b9a51fd4d71dc0f58b95 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 30 Aug 2007 16:20:47 +0200 Subject: [PATCH] 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 a68ada44e28..2fa53cd67ab 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 a8e1c73c6ba..8f396b9d7c7 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