equal
deleted
inserted
replaced
26 #include "SDL_stdinc.h" |
26 #include "SDL_stdinc.h" |
27 |
27 |
28 #ifndef _SDL_cpuinfo_h |
28 #ifndef _SDL_cpuinfo_h |
29 #define _SDL_cpuinfo_h |
29 #define _SDL_cpuinfo_h |
30 |
30 |
31 #ifndef DISABLE_CPUINFO |
|
32 #include "begin_code.h" |
31 #include "begin_code.h" |
33 /* Set up for C function definitions, even when using C++ */ |
32 /* Set up for C function definitions, even when using C++ */ |
34 #ifdef __cplusplus |
33 #ifdef __cplusplus |
35 extern "C" { |
34 extern "C" { |
36 #endif |
35 #endif |
70 /* Ends C function definitions when using C++ */ |
69 /* Ends C function definitions when using C++ */ |
71 #ifdef __cplusplus |
70 #ifdef __cplusplus |
72 } |
71 } |
73 #endif |
72 #endif |
74 #include "close_code.h" |
73 #include "close_code.h" |
75 #endif /* !DISABLE_CPUINFO */ |
|
76 |
74 |
77 #endif /* _SDL_cpuinfo_h */ |
75 #endif /* _SDL_cpuinfo_h */ |