ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_win32.c
(Generate patch)

Comparing libev/ev_win32.c (file contents):
Revision 1.5 by root, Fri May 23 16:37:38 2008 UTC vs.
Revision 1.6 by root, Fri Jun 20 23:31:19 2008 UTC

37 * either the BSD or the GPL. 37 * either the BSD or the GPL.
38 */ 38 */
39 39
40#ifdef _WIN32 40#ifdef _WIN32
41 41
42/* timeb.h is actually xsi legacy functionality */
42#include <sys/timeb.h> 43#include <sys/timeb.h>
43 44
44/* note: the comment below could not be substantiated, but what would I care */ 45/* note: the comment below could not be substantiated, but what would I care */
45/* MSDN says this is required to handle SIGFPE */ 46/* MSDN says this is required to handle SIGFPE */
47/* my wild guess would be that using something floating-pointy is required */
48/* for the crt to do something about it */
46volatile double SIGFPE_REQ = 0.0f; 49volatile double SIGFPE_REQ = 0.0f;
47 50
48/* oh, the humanity! */ 51/* oh, the humanity! */
49static int 52static int
50ev_pipe (int filedes [2]) 53ev_pipe (int filedes [2])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines