diff src/audio/SDL_mixer_MMX_VC.c @ 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 782fd950bd46 c121d94672cb 328a3f973890
line wrap: on
line diff
--- a/src/audio/SDL_mixer_MMX_VC.c	Sun Feb 26 13:42:00 2006 +0000
+++ b/src/audio/SDL_mixer_MMX_VC.c	Sun Feb 26 19:30:21 2006 +0000
@@ -23,7 +23,7 @@
 
 #include "SDL_mixer_MMX_VC.h"
 
-#if defined(_MSC_VER) && defined(M_I86) && defined(SDL_ASSEMBLY_ROUTINES)
+#if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
 // MMX assembler version of SDL_MixAudio for signed little endian 16 bit samples and signed 8 bit samples
 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
 // Converted to Intel ASM notation by Cth