SDL_internal: remove #undef SDL_LEAN_AND_MEAN
I am confused by the "You have to manually edit this file" comment. Does it mean that it is expected to manually remove the previous `#define SDL_LEAN_AND_MEAN 0` ? In any case I put this part of the change in a separate commit so that it can easily be reverted.
This commit is contained in:
@@ -127,9 +127,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* A few #defines to reduce SDL footprint.
|
/* A few #defines to reduce SDL footprint.
|
||||||
Only effective when library is statically linked.
|
Only effective when library is statically linked. */
|
||||||
You have to manually edit this file. */
|
|
||||||
#undef SDL_LEAN_AND_MEAN
|
|
||||||
|
|
||||||
/* Optimized functions from 'SDL_blit_0.c'
|
/* Optimized functions from 'SDL_blit_0.c'
|
||||||
- blit with source bits_per_pixel < 8, palette */
|
- blit with source bits_per_pixel < 8, palette */
|
||||||
|
|||||||
Reference in New Issue
Block a user