From 54428ad801d32394d2488c54f1887e7fd45c5bc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Dec 2024 16:30:26 -0500 Subject: Clean up platform C flags Remove platform flags from executable (test program) builds, since they shouldn't be needed there (that being the whole point of a portability library), and replace POSIX flags in WIndows with WIN32_LEAN_AND_MEAN. --- src/allocator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/allocator.c') 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 #ifdef _WIN32 -# define WIN32_LEAN_AND_MEAN # include # include #endif -- cgit v1.2.1