diff src/stdlib/SDL_stdlib.c @ 2781:5651642f4a78

Added software fallback for YUV overlay code when YUV textures aren't available.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Nov 2008 23:25:36 +0000
parents 02aa80d7905f
children 99210400e8b9
line wrap: on
line diff
--- a/src/stdlib/SDL_stdlib.c	Mon Nov 24 21:43:02 2008 +0000
+++ b/src/stdlib/SDL_stdlib.c	Mon Nov 24 23:25:36 2008 +0000
@@ -90,7 +90,6 @@
 }
 
 void
-__declspec(naked)
 _ftol2_sse()
 {
     _ftol();