winnt.h: Avoid warnings on Mac OS X.

oldstable
Alexandre Julliard 2007-02-05 18:04:24 +01:00
parent bf98c9d182
commit 0c3f12154c
1 changed files with 1 additions and 0 deletions

View File

@ -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