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.15 by root, Sun Feb 19 02:03:11 2012 UTC vs.
Revision 1.16 by root, Mon Jun 10 00:14:23 2013 UTC

141 return -1; 141 return -1;
142} 142}
143 143
144#undef pipe 144#undef pipe
145#define pipe(filedes) ev_pipe (filedes) 145#define pipe(filedes) ev_pipe (filedes)
146 146
147#define EV_HAVE_EV_TIME 1 147#define EV_HAVE_EV_TIME 1
148ev_tstamp 148ev_tstamp
149ev_time (void) 149ev_time (void)
150{ 150{
151 FILETIME ft; 151 FILETIME ft;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines