comparison src/audio/SDL_mixer_MMX_VC.h @ 1330:450721ad5436

It's now possible to build SDL without any C runtime at all on Windows, using Visual C++ 2005
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 08:28:51 +0000
parents 72ef7ce609ef
children d910939febfa
comparison
equal deleted inserted replaced
1329:bc67bbf87818 1330:450721ad5436
1 #ifdef _MSC_VER
2 #define USE_ASM_MIXER_VC
3 #endif
1 #if defined(USE_ASM_MIXER_VC) 4 #if defined(USE_ASM_MIXER_VC)
2 // headers for MMX assembler version of SDL_MixAudio 5 // headers for MMX assembler version of SDL_MixAudio
3 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr) 6 // Copyright 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
4 // Converted to Intel ASM notation by Cth 7 // Converted to Intel ASM notation by Cth
5 // This code is licensed under the LGPL (see COPYING for details) 8 // This code is licensed under the LGPL (see COPYING for details)