comparison include/SDL_cpuinfo.h @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents 67114343400d
children ef9a9064bff2
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
21 */ 21 */
22 22
23 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 23 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
24 /* CPU feature detection for SDL */ 24 /* CPU feature detection for SDL */
25 25
26 #include "SDL_stdinc.h"
27
28 #ifndef _SDL_cpuinfo_h 26 #ifndef _SDL_cpuinfo_h
29 #define _SDL_cpuinfo_h 27 #define _SDL_cpuinfo_h
28
29 #include "SDL_stdinc.h"
30 30
31 #include "begin_code.h" 31 #include "begin_code.h"
32 /* Set up for C function definitions, even when using C++ */ 32 /* Set up for C function definitions, even when using C++ */
33 #ifdef __cplusplus 33 #ifdef __cplusplus
34 extern "C" { 34 extern "C" {