changeset 553 | 417f8709e648 |
parent 535 | 917cc5c56176 |
child 689 | 5bb080d35049 |
--- a/src/video/SDL_blit.h Mon Dec 02 02:35:58 2002 +0000 +++ b/src/video/SDL_blit.h Mon Dec 02 02:40:58 2002 +0000 @@ -375,7 +375,11 @@ } while(0) /* This is a very useful loop for optimizing blitters */ +#if defined(_MSC_VER) && (_MSC_VER == 1300) +/* There's a bug in the Visual C++ 7 optimizer when compiling this code */ +#else #define USE_DUFFS_LOOP +#endif #ifdef USE_DUFFS_LOOP /* 8-times unrolled loop */