Mercurial > sdl-ios-xcode
comparison include/SDL_cpuinfo.h @ 1356:67114343400d
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 03:19:02 +0000 |
parents | 7ba544e2888d |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1355:4d0f2b2147cf | 1356:67114343400d |
---|---|
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 */ |