Alexandre Julliard : winnt.h: Avoid warnings on Mac OS X.
5 Feb
2007
5 Feb
'07
9:25 p.m.
Module: wine Branch: master Commit: 0c3f12154cd0ad88abbfaade29fb2aeb86161913 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c3f12154cd0ad88abbfaade29... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 5 18:04:24 2007 +0100 winnt.h: Avoid warnings on Mac OS X. --- include/winnt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index 58c76e2..1aeb72a 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -607,6 +607,7 @@ typedef struct _SLIST_HEADER { #else +#undef SLIST_ENTRY /* for Mac OS */ #define SLIST_ENTRY SINGLE_LIST_ENTRY #define _SLIST_ENTRY _SINGLE_LIST_ENTRY #define PSLIST_ENTRY PSINGLE_LIST_ENTRY
6889
Age (days ago)
6889
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard