--- libev/ev_win32.c 2008/05/23 16:37:38 1.5 +++ libev/ev_win32.c 2008/06/20 23:31:19 1.6 @@ -39,10 +39,13 @@ #ifdef _WIN32 +/* timeb.h is actually xsi legacy functionality */ #include /* note: the comment below could not be substantiated, but what would I care */ /* MSDN says this is required to handle SIGFPE */ +/* my wild guess would be that using something floating-pointy is required */ +/* for the crt to do something about it */ volatile double SIGFPE_REQ = 0.0f; /* oh, the humanity! */