equal
deleted
inserted
replaced
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 // |