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
93a7845a
Commit
93a7845a
authored
Aug 07, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Use #ifdef to check for potentially undefined macros.
parent
fca2d194
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
signal_x86_64.c
dlls/ntdll/signal_x86_64.c
+3
-3
No files found.
dlls/ntdll/signal_x86_64.c
View file @
93a7845a
...
...
@@ -1431,7 +1431,7 @@ static NTSTATUS dwarf_virtual_unwind( ULONG64 ip, ULONG64 *frame,CONTEXT *contex
}
#if HAVE_LIBUNWIND_H
#if
def
HAVE_LIBUNWIND_H
/***********************************************************************
* libunwind_set_cursor_from_context
*/
...
...
@@ -2341,7 +2341,7 @@ static NTSTATUS call_stack_handlers( EXCEPTION_RECORD *rec, CONTEXT *orig_contex
if
(
status
!=
STATUS_SUCCESS
)
return
status
;
got_info
=
TRUE
;
}
#if HAVE_LIBUNWIND_H
#if
def
HAVE_LIBUNWIND_H
else
{
status
=
libunwind_virtual_unwind
(
context
.
Rip
,
&
got_info
,
&
dispatch
.
EstablisherFrame
,
&
new_context
,
...
...
@@ -3369,7 +3369,7 @@ void WINAPI RtlUnwindEx( PVOID end_frame, PVOID target_ip, EXCEPTION_RECORD *rec
if
(
status
!=
STATUS_SUCCESS
)
raise_status
(
status
,
rec
);
got_info
=
TRUE
;
}
#if HAVE_LIBUNWIND_H
#if
def
HAVE_LIBUNWIND_H
else
{
status
=
libunwind_virtual_unwind
(
context
->
Rip
,
&
got_info
,
&
dispatch
.
EstablisherFrame
,
&
new_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