From 9132285ac7dc920f58967ab756644f68650c8f76 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jun 2008 23:31:19 +0000 Subject: *** empty log message *** --- ev_win32.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ev_win32.c') diff --git a/ev_win32.c b/ev_win32.c index d78568d..2e0b300 100644 --- a/ev_win32.c +++ b/ev_win32.c @@ -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! */ -- cgit v1.2.3