[PATCH] SDL bug patch

Dmitry Yakimov wrote:

I’ve compiled with help of MSVC 7.1.
imho it is better to set up the following options in Release configuration
for VC7:

  • Enable enchansed instruction set (SSE2)

Note that not all computers support SSE2, not even SSE. I think that
shoudn’t be the default setting.–
Ignacio Casta?o
@Ignacio_Castano

Thanks a lot! Now I (and many authors can use it without manual tweaking).
It looks OK, small notice - maybe it is better to change printf to
#ifdef DDRAW_DEBUG
fprintf(stderr, … );
#endif

Oops, thanks for catching that. :slight_smile:

See ya!
-Sam Lantinga, Software Engineer, Blizzard Entertainment