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
4f4ddb57
Commit
4f4ddb57
authored
Aug 20, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow64: Fix function comments.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
23081203
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
syscall.c
dlls/wow64/syscall.c
+4
-4
No files found.
dlls/wow64/syscall.c
View file @
4f4ddb57
...
...
@@ -535,7 +535,7 @@ static LONG CALLBACK syscall_filter( EXCEPTION_POINTERS *ptrs )
/**********************************************************************
* Wow64SystemServiceEx (
NTDLL
.@)
* Wow64SystemServiceEx (
wow64
.@)
*/
NTSTATUS
WINAPI
Wow64SystemServiceEx
(
UINT
num
,
UINT
*
args
)
{
...
...
@@ -562,7 +562,7 @@ NTSTATUS WINAPI Wow64SystemServiceEx( UINT num, UINT *args )
/**********************************************************************
* Wow64AllocateTemp
* Wow64AllocateTemp
(wow64.@)
*
* FIXME: probably not 100% compatible.
*/
...
...
@@ -579,7 +579,7 @@ void * WINAPI Wow64AllocateTemp( SIZE_T size )
/**********************************************************************
* Wow64ApcRoutine (
NTDLL
.@)
* Wow64ApcRoutine (
wow64
.@)
*/
void
WINAPI
Wow64ApcRoutine
(
ULONG_PTR
arg1
,
ULONG_PTR
arg2
,
ULONG_PTR
arg3
,
CONTEXT
*
context
)
{
...
...
@@ -652,7 +652,7 @@ void WINAPI Wow64ApcRoutine( ULONG_PTR arg1, ULONG_PTR arg2, ULONG_PTR arg3, CON
/**********************************************************************
* Wow64LdrpInitialize (
NTDLL
.@)
* Wow64LdrpInitialize (
wow64
.@)
*/
void
WINAPI
Wow64LdrpInitialize
(
CONTEXT
*
context
)
{
...
...
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