From 0c3f12154cd0ad88abbfaade29fb2aeb86161913 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 5 Feb 2007 18:04:24 +0100 Subject: [PATCH] winnt.h: Avoid warnings on Mac OS X. --- include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnt.h b/include/winnt.h index 58c76e28a66..1aeb72a3abf 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