Alexandre Julliard : winnt.h: Avoid warnings on Mac OS X.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 5 15:25:34 CST 2007


Module: wine
Branch: master
Commit: 0c3f12154cd0ad88abbfaade29fb2aeb86161913
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0c3f12154cd0ad88abbfaade29fb2aeb86161913

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list