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
b1335db3
Commit
b1335db3
authored
Oct 23, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 23, 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
602ab961
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
3 deletions
+25
-3
security.c
dlls/advapi32/security.c
+1
-1
cryptnet_main.c
dlls/cryptnet/cryptnet_main.c
+1
-1
winbase.h
include/winbase.h
+1
-1
win32.api
tools/winapi/win32.api
+22
-0
No files found.
dlls/advapi32/security.c
View file @
b1335db3
...
...
@@ -580,7 +580,7 @@ AdjustTokenGroups( HANDLE TokenHandle, BOOL ResetToDefault, PTOKEN_GROUPS NewSta
BOOL
WINAPI
AdjustTokenPrivileges
(
HANDLE
TokenHandle
,
BOOL
DisableAllPrivileges
,
PTOKEN_PRIVILEGES
NewState
,
DWORD
BufferLength
,
PTOKEN_PRIVILEGES
PreviousState
,
L
PDWORD
ReturnLength
)
PTOKEN_PRIVILEGES
PreviousState
,
PDWORD
ReturnLength
)
{
NTSTATUS
status
;
...
...
dlls/cryptnet/cryptnet_main.c
View file @
b1335db3
...
...
@@ -1305,7 +1305,7 @@ BOOL WINAPI CryptRetrieveObjectByUrlW(LPCWSTR pszURL, LPCSTR pszObjectOid,
* CertDllVerifyRevocation (CRYPTNET.@)
*/
BOOL
WINAPI
CertDllVerifyRevocation
(
DWORD
dwEncodingType
,
DWORD
dwRevType
,
DWORD
cContext
,
void
*
rgpvContext
[],
DWORD
dwFlags
,
DWORD
cContext
,
PVOID
rgpvContext
[],
DWORD
dwFlags
,
PCERT_REVOCATION_PARA
pRevPara
,
PCERT_REVOCATION_STATUS
pRevStatus
)
{
FIXME
(
"(%08x, %d, %d, %p, %08x, %p, %p): stub
\n
"
,
dwEncodingType
,
dwRevType
,
...
...
include/winbase.h
View file @
b1335db3
...
...
@@ -1253,7 +1253,7 @@ BOOL WINAPI AccessCheckAndAuditAlarmA(LPCSTR,LPVOID,LPSTR,LPSTR,PSECURITY
BOOL
WINAPI
AccessCheckAndAuditAlarmW
(
LPCWSTR
,
LPVOID
,
LPWSTR
,
LPWSTR
,
PSECURITY_DESCRIPTOR
,
DWORD
,
PGENERIC_MAPPING
,
BOOL
,
LPDWORD
,
LPBOOL
,
LPBOOL
);
#define AccessCheckAndAuditAlarm WINELIB_NAME_AW(AccessCheckAndAuditAlarm)
BOOL
WINAPI
AccessCheckByType
(
PSECURITY_DESCRIPTOR
,
PSID
,
HANDLE
,
DWORD
,
POBJECT_TYPE_LIST
,
DWORD
,
PGENERIC_MAPPING
,
PPRIVILEGE_SET
,
LPDWORD
,
LPDWORD
,
LPBOOL
);
BOOL
WINAPI
AdjustTokenPrivileges
(
HANDLE
,
BOOL
,
PTOKEN_PRIVILEGES
,
DWORD
,
PTOKEN_PRIVILEGES
,
L
PDWORD
);
BOOL
WINAPI
AdjustTokenPrivileges
(
HANDLE
,
BOOL
,
PTOKEN_PRIVILEGES
,
DWORD
,
PTOKEN_PRIVILEGES
,
PDWORD
);
BOOL
WINAPI
AllocateAndInitializeSid
(
PSID_IDENTIFIER_AUTHORITY
,
BYTE
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
PSID
*
);
BOOL
WINAPI
AllocateLocallyUniqueId
(
PLUID
);
BOOL
WINAPI
AreAllAccessesGranted
(
DWORD
,
DWORD
);
...
...
tools/winapi/win32.api
View file @
b1335db3
...
...
@@ -147,6 +147,7 @@ PSID *
PSID_IDENTIFIER_AUTHORITY
PSID_NAME_USE
PTOKEN_GROUPS
PTOKEN_PRIVILEGES
PTRACE_GUID_REGISTRATION
PTRACEHANDLE
PTRUSTED_DOMAIN_AUTH_INFORMATION
...
...
@@ -797,6 +798,27 @@ void
LPCWSTR
LPWSTR
%%cryptnet.dll
%long
BOOL
DWORD
%ptr
DWORD *
LPVOID
PCERT_REVOCATION_PARA
PCERT_REVOCATION_STATUS
PCRYPT_URL_ARRAY
PCRYPT_URL_INFO
PVOID[]
%str
LPCSTR
%%ctl3d32.dll
%long
...
...
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