changeset 14209 | 467540bb2114 |
parent 13940 | 92ea0212b095 |
child 14309 | dbc6eb98c6ad |
14208:1840e9ddf407 | 14209:467540bb2114 |
---|---|
27 |
27 |
28 #ifndef SDL_stdinc_h_ |
28 #ifndef SDL_stdinc_h_ |
29 #define SDL_stdinc_h_ |
29 #define SDL_stdinc_h_ |
30 |
30 |
31 #include "SDL_config.h" |
31 #include "SDL_config.h" |
32 |
|
33 #ifdef __APPLE__ |
|
34 #define _DARWIN_C_SOURCE /* for memset_pattern4() */ |
|
35 #endif |
|
32 |
36 |
33 #ifdef HAVE_SYS_TYPES_H |
37 #ifdef HAVE_SYS_TYPES_H |
34 #include <sys/types.h> |
38 #include <sys/types.h> |
35 #endif |
39 #endif |
36 #ifdef HAVE_STDIO_H |
40 #ifdef HAVE_STDIO_H |