Commit 0c3f1215 authored by Alexandre Julliard's avatar Alexandre Julliard

winnt.h: Avoid warnings on Mac OS X.

parent bf98c9d1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment