diff src/video/SDL_stretch.c @ 274:051b991765ba

David Snopek added Borland compiler support
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Feb 2002 17:45:24 +0000
parents e8157fcb3114
children 2f5a6062db86
line wrap: on
line diff
--- a/src/video/SDL_stretch.c	Tue Jan 22 21:14:36 2002 +0000
+++ b/src/video/SDL_stretch.c	Wed Feb 13 17:45:24 2002 +0000
@@ -39,8 +39,8 @@
    into the general blitting mechanism.
 */
 
-#if (defined(WIN32) && !defined(_M_ALPHA) && !defined(_WIN32_WCE)) || \
-    defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT)
+#if (defined(WIN32) && !defined(__FREEBCC__) && !defined(_M_ALPHA) && !defined(_WIN32_WCE)) || \
+    defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) 
 #define USE_ASM_STRETCH
 #endif