diff options
author | root <root> | 2008-06-20 23:31:19 +0000 |
---|---|---|
committer | root <root> | 2008-06-20 23:31:19 +0000 |
commit | 9132285ac7dc920f58967ab756644f68650c8f76 (patch) | |
tree | 33fd0b49907be552f92c445475c2565f8a1bb052 /ev_win32.c | |
parent | 21b5012cecf954f06ada1895d68b4bb652c1116d (diff) |
*** empty log message ***
Diffstat (limited to 'ev_win32.c')
-rw-r--r-- | ev_win32.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,10 +39,13 @@ #ifdef _WIN32 +/* timeb.h is actually xsi legacy functionality */ #include <sys/timeb.h> /* 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! */ |