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
cd1c07b4
Commit
cd1c07b4
authored
Aug 15, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Better match the PSDK types and fix the winapi_check warnings.
parent
66b7134a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
actctx.c
dlls/ntdll/actctx.c
+1
-1
win32.api
tools/winapi/win32.api
+2
-0
No files found.
dlls/ntdll/actctx.c
View file @
cd1c07b4
...
...
@@ -2277,7 +2277,7 @@ void WINAPI RtlReleaseActivationContext( HANDLE handle )
/******************************************************************
* RtlActivateActivationContext (NTDLL.@)
*/
NTSTATUS
WINAPI
RtlActivateActivationContext
(
ULONG
unknown
,
HANDLE
handle
,
ULONG_PTR
*
cookie
)
NTSTATUS
WINAPI
RtlActivateActivationContext
(
ULONG
unknown
,
HANDLE
handle
,
PULONG_PTR
cookie
)
{
RTL_ACTIVATION_CONTEXT_STACK_FRAME
*
frame
;
...
...
tools/winapi/win32.api
View file @
cd1c07b4
...
...
@@ -2999,11 +2999,13 @@ BYTE
CCHAR
CHAR
DWORD
EVENT_INFORMATION_CLASS
FILE_INFORMATION_CLASS
FS_INFORMATION_CLASS
HANDLE
HMODULE
INT
IO_COMPLETION_INFORMATION_CLASS
KEY_INFORMATION_CLASS
KEY_VALUE_INFORMATION_CLASS
KPROFILE_SOURCE
...
...
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