Change __darwin__ to __APPLE__.

This commit is contained in:
Pierre d'Herbemont 2003-07-16 23:29:40 +00:00 committed by Alexandre Julliard
parent 41670d3ed7
commit 3b9f280d81

View file

@ -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__ */