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
d16a634c
Commit
d16a634c
authored
Oct 14, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
parent
f2b3843b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
3 deletions
+24
-3
security.c
dlls/advapi32/security.c
+2
-2
shellord.c
dlls/shell32/shellord.c
+1
-1
win32.api
tools/winapi/win32.api
+21
-0
No files found.
dlls/advapi32/security.c
View file @
d16a634c
...
...
@@ -3948,7 +3948,7 @@ static BOOL DumpSacl(PSECURITY_DESCRIPTOR SecurityDescriptor, WCHAR **pwptr, ULO
/******************************************************************************
* ConvertSecurityDescriptorToStringSecurityDescriptorA [ADVAPI32.@]
*/
BOOL
WINAPI
ConvertSecurityDescriptorToStringSecurityDescriptorW
(
PSECURITY_DESCRIPTOR
SecurityDescriptor
,
DWORD
SDRevision
,
SECURITY_INFORMATION
RequestedInformation
,
LPWSTR
*
OutputString
,
ULONG
*
OutputLen
)
BOOL
WINAPI
ConvertSecurityDescriptorToStringSecurityDescriptorW
(
PSECURITY_DESCRIPTOR
SecurityDescriptor
,
DWORD
SDRevision
,
SECURITY_INFORMATION
RequestedInformation
,
LPWSTR
*
OutputString
,
PULONG
OutputLen
)
{
ULONG
len
;
WCHAR
*
wptr
,
*
wstr
;
...
...
@@ -3999,7 +3999,7 @@ BOOL WINAPI ConvertSecurityDescriptorToStringSecurityDescriptorW(PSECURITY_DESCR
/******************************************************************************
* ConvertSecurityDescriptorToStringSecurityDescriptorA [ADVAPI32.@]
*/
BOOL
WINAPI
ConvertSecurityDescriptorToStringSecurityDescriptorA
(
PSECURITY_DESCRIPTOR
SecurityDescriptor
,
DWORD
SDRevision
,
SECURITY_INFORMATION
Information
,
LPSTR
*
OutputString
,
ULONG
*
OutputLen
)
BOOL
WINAPI
ConvertSecurityDescriptorToStringSecurityDescriptorA
(
PSECURITY_DESCRIPTOR
SecurityDescriptor
,
DWORD
SDRevision
,
SECURITY_INFORMATION
Information
,
LPSTR
*
OutputString
,
PULONG
OutputLen
)
{
LPWSTR
wstr
;
ULONG
len
;
...
...
dlls/shell32/shellord.c
View file @
d16a634c
...
...
@@ -1594,7 +1594,7 @@ HPSXA WINAPI SHCreatePropSheetExtArray(HKEY hKey, LPCWSTR pszSubKey, UINT max_if
/*************************************************************************
* SHCreatePropSheetExtArrayEx [SHELL32.194]
*/
HPSXA
WINAPI
SHCreatePropSheetExtArrayEx
(
HKEY
hKey
,
LPCWSTR
pszSubKey
,
UINT
max_iface
,
IDataObject
*
pDataObj
)
HPSXA
WINAPI
SHCreatePropSheetExtArrayEx
(
HKEY
hKey
,
LPCWSTR
pszSubKey
,
UINT
max_iface
,
LPDATAOBJECT
pDataObj
)
{
static
const
WCHAR
szPropSheetSubKey
[]
=
{
's'
,
'h'
,
'e'
,
'l'
,
'l'
,
'e'
,
'x'
,
'\\'
,
'P'
,
'r'
,
'o'
,
'p'
,
'e'
,
'r'
,
't'
,
'y'
,
'S'
,
'h'
,
'e'
,
'e'
,
't'
,
'H'
,
'a'
,
'n'
,
'd'
,
'l'
,
'e'
,
'r'
,
's'
,
0
};
WCHAR
szHandler
[
64
];
...
...
tools/winapi/win32.api
View file @
d16a634c
...
...
@@ -1348,6 +1348,12 @@ REFIID
%long
BOOL
DWORD
EFaultRepRetVal
%ptr
LPEXCEPTION_POINTERS
%str
...
...
@@ -1739,6 +1745,7 @@ void
DWORD
HRESULT
HWND
ULONG
%ptr
...
...
@@ -2201,9 +2208,15 @@ WCHAR *
%%localspl.dll
%long
BOOL
DWORD
%ptr
LPMONITOREX
LPPRINTPROVIDOR
%wstr
...
...
@@ -3975,8 +3988,10 @@ void
BOOLEAN
DWORD
HANDLE
LONG
PDH_HCOUNTER
PDH_HLOG
PDH_HQUERY
PDH_STATUS
...
...
@@ -4921,6 +4936,7 @@ HANDLE
LPBYTE
LPVOID
LPVOID *
%wstr
...
...
@@ -5889,6 +5905,10 @@ void **
BOOL
%ptr
WINHTTP_CURRENT_USER_IE_PROXY_CONFIG *
%%wininet.dll
%double
...
...
@@ -6448,6 +6468,7 @@ LPWSTR
BOOL
DWORD
HANDLE
HWND
WTS_INFO_CLASS
%ptr
...
...
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