diff 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
line wrap: on
line diff
--- a/include/SDL_cpuinfo.h	Tue Feb 21 08:34:45 2006 +0000
+++ b/include/SDL_cpuinfo.h	Tue Feb 21 08:46:50 2006 +0000
@@ -23,11 +23,11 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 /* CPU feature detection for SDL                                       */
 
-#include "SDL_stdinc.h"
-
 #ifndef _SDL_cpuinfo_h
 #define _SDL_cpuinfo_h
 
+#include "SDL_stdinc.h"
+
 #include "begin_code.h"
 /* Set up for C function definitions, even when using C++ */
 #ifdef __cplusplus