Mercurial > sdl-ios-xcode
changeset 1444:12113661052d
Oops, missed the header
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 19:46:17 +0000 |
parents | 9ebbbb4ae53b |
children | 0133f0ca5de7 |
files | src/audio/SDL_mixer_MMX_VC.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/SDL_mixer_MMX_VC.h Sun Feb 26 19:37:40 2006 +0000 +++ b/src/audio/SDL_mixer_MMX_VC.h Sun Feb 26 19:46:17 2006 +0000 @@ -21,7 +21,8 @@ */ #include "SDL_config.h" -#if ((defined(_MSC_VER) && defined(M_I86)) || (defined(__WATCOMC__))) && defined(SDL_ASSEMBLY_ROUTINES) + +#if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES) // headers for MMX assembler version of SDL_MixAudio // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) // Converted to Intel ASM notation by Cth