Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
273:72acb06d3721 | 274:051b991765ba |
---|---|
37 | 37 |
38 /* This isn't ready for general consumption yet - it should be folded | 38 /* This isn't ready for general consumption yet - it should be folded |
39 into the general blitting mechanism. | 39 into the general blitting mechanism. |
40 */ | 40 */ |
41 | 41 |
42 #if (defined(WIN32) && !defined(_M_ALPHA) && !defined(_WIN32_WCE)) || \ | 42 #if (defined(WIN32) && !defined(__FREEBCC__) && !defined(_M_ALPHA) && !defined(_WIN32_WCE)) || \ |
43 defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) | 43 defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) |
44 #define USE_ASM_STRETCH | 44 #define USE_ASM_STRETCH |
45 #endif | 45 #endif |
46 | 46 |
47 #ifdef USE_ASM_STRETCH | 47 #ifdef USE_ASM_STRETCH |
48 | 48 |