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

This commit is contained in:
Francois Gouget 2007-08-30 16:20:47 +02:00 committed by Alexandre Julliard
parent b25fdbb23e
commit 6dbf9c1932
2 changed files with 4 additions and 4 deletions

View File

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

View File

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