summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocator.c b/src/allocator.c
index 1da1ec5..6c18804 100644
--- a/src/allocator.c
+++ b/src/allocator.c
@@ -8,7 +8,7 @@
#include "zix_config.h"
#ifdef _WIN32
-# define WIN32_LEAN_AND_MEAN 1
+# define WIN32_LEAN_AND_MEAN
# include <malloc.h>
# include <windows.h>
#endif