1.1 --- a/src/cpuinfo/SDL_cpuinfo.c Fri Oct 18 01:36:41 2013 -0400
1.2 +++ b/src/cpuinfo/SDL_cpuinfo.c Thu Oct 17 23:02:29 2013 -0700
1.3 @@ -20,6 +20,10 @@
1.4 */
1.5 #include "SDL_config.h"
1.6
1.7 +#if defined(__WIN32__)
1.8 +#include "../core/windows/SDL_windows.h"
1.9 +#endif
1.10 +
1.11 /* CPU feature detection for SDL */
1.12
1.13 #include "SDL_cpuinfo.h"
1.14 @@ -41,9 +45,6 @@
1.15 #include <signal.h>
1.16 #include <setjmp.h>
1.17 #endif
1.18 -#ifdef __WIN32__
1.19 -#include "../core/windows/SDL_windows.h"
1.20 -#endif
1.21
1.22 #define CPU_HAS_RDTSC 0x00000001
1.23 #define CPU_HAS_ALTIVEC 0x00000002