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
97bef536
Commit
97bef536
authored
Nov 02, 2022
by
Stefan Dösinger
Committed by
Alexandre Julliard
Nov 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix building on Mojave / Xcode 11.3.1.
_STRUCT_X86_THREAD_FULL_STATE64 exists, but _STRUCT_MCONTEXT64_FULL and _STRUCT_MCONTEXT_AVX64_FULL do not.
parent
d3bca134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
signal_x86_64.c
dlls/ntdll/unix/signal_x86_64.c
+4
-0
No files found.
dlls/ntdll/unix/signal_x86_64.c
View file @
97bef536
...
...
@@ -223,7 +223,9 @@ _STRUCT_X86_THREAD_FULL_STATE64
__uint64_t
__ss
;
__uint64_t
__gsbase
;
};
#endif
#ifndef _STRUCT_MCONTEXT64_FULL
#define _STRUCT_MCONTEXT64_FULL struct __darwin_mcontext64_full
_STRUCT_MCONTEXT64_FULL
{
...
...
@@ -231,7 +233,9 @@ _STRUCT_MCONTEXT64_FULL
_STRUCT_X86_THREAD_FULL_STATE64
__ss
;
_STRUCT_X86_FLOAT_STATE64
__fs
;
};
#endif
#ifndef _STRUCT_MCONTEXT_AVX64_FULL
#define _STRUCT_MCONTEXT_AVX64_FULL struct __darwin_mcontext_avx64_full
_STRUCT_MCONTEXT_AVX64_FULL
{
...
...
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