Commit 3b9f280d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

Change __darwin__ to __APPLE__.

parent 41670d3e
...@@ -101,7 +101,7 @@ typedef struct ucontext SIGCONTEXT; ...@@ -101,7 +101,7 @@ typedef struct ucontext SIGCONTEXT;
#endif /* linux */ #endif /* linux */
#ifdef __darwin__ #ifdef __APPLE__
# include <sys/ucontext.h> # include <sys/ucontext.h>
...@@ -159,7 +159,7 @@ SIGTRAP ...@@ -159,7 +159,7 @@ SIGTRAP
SIGFPE SIGFPE
*/ */
#endif /* __darwin__ */ #endif /* __APPLE__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment