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