Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vadim Kazakov
wine
Commits
4f4ddb57
Commit
4f4ddb57
authored
3 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
wow64: Fix function comments.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
23081203
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/wow64/syscall.c
+4
-4
4 additions, 4 deletions
dlls/wow64/syscall.c
with
4 additions
and
4 deletions
dlls/wow64/syscall.c
+
4
−
4
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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment