commit | 0c3f12154cd0ad88abbfaade29fb2aeb86161913 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Feb 05 18:04:24 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 05 18:04:24 2007 +0100 |
tree | 3b1f1ccc144f6222a21c9e00110a5260fcf1be57 | |
parent | bf98c9d18241bf74f590e273cb4bc2a7e7f40974 [diff] [blame] |
winnt.h: Avoid warnings on Mac OS X.
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 @@ #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