Skip to content
Snippets Groups Projects
Commit 3b9f280d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard
Browse files

Change __darwin__ to __APPLE__.

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