comparison src/audio/SDL_mixer_MMX_VC.h @ 1444:12113661052d

Oops, missed the header
author Sam Lantinga <slouken@libsdl.org>
date Sun, 26 Feb 2006 19:46:17 +0000
parents e3242177fe4a
children dc6b59e925a2
comparison
equal deleted inserted replaced
1443:9ebbbb4ae53b 1444:12113661052d
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(__WATCOMC__))) && defined(SDL_ASSEMBLY_ROUTINES) 24
25 #if ((defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)) && defined(SDL_ASSEMBLY_ROUTINES)
25 // headers for MMX assembler version of SDL_MixAudio 26 // headers for MMX assembler version of SDL_MixAudio
26 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) 27 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
27 // Converted to Intel ASM notation by Cth 28 // Converted to Intel ASM notation by Cth
28 // This code is licensed under the LGPL (see COPYING for details) 29 // This code is licensed under the LGPL (see COPYING for details)
29 // 30 //