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
56c841ce
Commit
56c841ce
authored
Jun 15, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Update win32.api to fix the winapi_check warnings.
parent
8b35421b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
ordinal.c
dlls/shlwapi/ordinal.c
+1
-1
win32.api
tools/winapi/win32.api
+6
-4
No files found.
dlls/shlwapi/ordinal.c
View file @
56c841ce
...
...
@@ -4393,7 +4393,7 @@ typedef struct SHELL_USER_PERMISSION { /* ...and this should be in shlwapi.h */
* NOTES
* Call should free returned descriptor with LocalFree
*/
SECURITY_DESCRIPTOR
*
WINAPI
GetShellSecurityDescriptor
(
PSHELL_USER_PERMISSION
*
apUserPerm
,
int
cUserPerm
)
PSECURITY_DESCRIPTOR
WINAPI
GetShellSecurityDescriptor
(
PSHELL_USER_PERMISSION
*
apUserPerm
,
int
cUserPerm
)
{
PSID
*
sidlist
;
PSID
cur_user
=
NULL
;
...
...
tools/winapi/win32.api
View file @
56c841ce
...
...
@@ -4193,7 +4193,6 @@ HRESULT
HUSKEY
HWND
INT
LANGID
LONG
LPARAM
LRESULT
...
...
@@ -4214,6 +4213,7 @@ int
%long --pointer
INT_PTR
DWORD_PTR
%longlong
...
...
@@ -4224,9 +4224,11 @@ LONGLONG
BOOL *
BSTR *
CLSID *
DISPPARAMS *
DLGPROC
DLLVERSIONINFO *
DWORD *
DWORD_PTR *
FDSA_info *
HICON *
HKEY *
...
...
@@ -4240,7 +4242,6 @@ IDropTarget *
IEnumIDList **
IFACE_INDEX_TBL *
IID *
INT *
IPropertyBag *
IShellFolder *
IStream *
...
...
@@ -4285,12 +4286,11 @@ PARSEDURLA *
PARSEDURLW *
PHKEY
PHUSKEY
PLONG
PPOINTL
PSECURITY_DESCRIPTOR
PSHELL_USER_PERMISSION *
PVOID
PVOID *
RECT *
REFCLSID
REFGUID
REFIID
...
...
@@ -4299,7 +4299,9 @@ STRRET *
UINT *
ULARGE_INTEGER *
VARIANT *
VARIANTARG *
VOID *
WAITORTIMERCALLBACK
WNDCLASSA *
WNDCLASSW *
int *
...
...
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