Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6dbf9c19
Commit
6dbf9c19
authored
Aug 30, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Update win32.api to fix the winapi_check warnings.
parent
b25fdbb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
clist.c
dlls/shlwapi/clist.c
+1
-1
win32.api
tools/winapi/win32.api
+3
-3
No files found.
dlls/shlwapi/clist.c
View file @
6dbf9c19
...
...
@@ -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
);
...
...
tools/winapi/win32.api
View file @
6dbf9c19
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment