From db64b5bcd6d89e35b3d30af82dd4ff27af46e589 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 23 Jan 2020 01:03:23 -0800 Subject: [PATCH] SDL_LEAN_AND_MEAN defaults off --- src/SDL_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL_internal.h b/src/SDL_internal.h index 21cfc3dc0..ac4542358 100644 --- a/src/SDL_internal.h +++ b/src/SDL_internal.h @@ -55,7 +55,7 @@ Only effective when library is statically linked. You have to manually edit this file. */ #ifndef SDL_LEAN_AND_MEAN -#define SDL_LEAN_AND_MEAN 1 +#define SDL_LEAN_AND_MEAN 0 #endif /* Optimized functions from 'SDL_blit_0.c'