comparison 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
comparison
equal deleted inserted replaced
1441:b9f034536fa0 1442:e3242177fe4a
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #if defined(_MSC_VER) && defined(M_I86) && defined(SDL_ASSEMBLY_ROUTINES) 24 #if ((defined(_MSC_VER) && defined(M_I86)) || (defined(__WATCOMC__))) && defined(SDL_ASSEMBLY_ROUTINES)
25 // headers for MMX assembler version of SDL_MixAudio 25 // headers for MMX assembler version of SDL_MixAudio
26 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) 26 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
27 // Converted to Intel ASM notation by Cth 27 // Converted to Intel ASM notation by Cth
28 // This code is licensed under the LGPL (see COPYING for details) 28 // This code is licensed under the LGPL (see COPYING for details)
29 // 29 //