Mercurial > sdl-ios-xcode
diff src/audio/SDL_mixer_MMX_VC.h @ 1442:e3242177fe4a
Updated OS/2 build, yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 19:30:21 +0000 |
parents | d910939febfa |
children | 12113661052d |
line wrap: on
line diff
--- a/src/audio/SDL_mixer_MMX_VC.h Sun Feb 26 13:42:00 2006 +0000 +++ b/src/audio/SDL_mixer_MMX_VC.h Sun Feb 26 19:30:21 2006 +0000 @@ -21,7 +21,7 @@ */ #include "SDL_config.h" -#if defined(_MSC_VER) && defined(M_I86) && defined(SDL_ASSEMBLY_ROUTINES) +#if ((defined(_MSC_VER) && defined(M_I86)) || (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