summaryrefslogtreecommitdiffstats
path: root/src/allocator.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-04 21:28:59 -0500
committerDavid Robillard <d@drobilla.net>2023-02-04 21:28:59 -0500
commitcb0d6f6ac0532e16649436fc6225cdc404c1ab02 (patch)
treed353432d4d3cc3bb90c0e2fb9c996190e7d2c87b /src/allocator.c
parent5a9787b4247c6735cc3213944945e8983002edf9 (diff)
downloadzix-cb0d6f6ac0532e16649436fc6225cdc404c1ab02.tar.gz
zix-cb0d6f6ac0532e16649436fc6225cdc404c1ab02.tar.bz2
zix-cb0d6f6ac0532e16649436fc6225cdc404c1ab02.zip
Fix inconsistent define
Diffstat (limited to 'src/allocator.c')
-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