mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
22a2aa97d7
commit
b5ef674da0
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
Revision history for libev, a high-performance and full-featured event loop.
|
||||
|
||||
- add missing #include <io.h> in ev.c on windows (reported by
|
||||
Matt Tolton).
|
||||
|
||||
3.42 Tue Jun 17 12:12:07 CEST 2008
|
||||
- work around yet another windows bug: FD_SET actually adds fd's
|
||||
multiple times to the fd_*SET*, despite official MSN docs claiming
|
||||
|
|
1
ev.c
1
ev.c
|
@ -156,6 +156,7 @@ extern "C" {
|
|||
# include <sys/wait.h>
|
||||
# include <unistd.h>
|
||||
#else
|
||||
# include <io.h>
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# ifndef EV_SELECT_IS_WINSOCKET
|
||||
|
|
Loading…
Reference in New Issue