summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/sys/queue.h b/compat/sys/queue.h
index 53dd10d9..6a9c581b 100644
--- a/compat/sys/queue.h
+++ b/compat/sys/queue.h
@@ -93,7 +93,7 @@ struct name { \
#define SLIST_HEAD_INITIALIZER(head) \
{ NULL }
-#ifndef WIN32
+#ifndef _WIN32
#define SLIST_ENTRY(type) \
struct { \
struct type *sle_next; /* next element */ \