Commit 30ff5fcfc01d175d8848e7a6dc638077431e329e

Sam Lantinga 2020-01-23T01:03:23

SDL_LEAN_AND_MEAN defaults off

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/SDL_internal.h b/src/SDL_internal.h
index 21cfc3d..ac45423 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'