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