Commit f3c441de authored by Jason Madden's avatar Jason Madden

Maybe we don't need to include the apparently borked header after all? Hate to...

Maybe we don't need to include the apparently borked header after all? Hate to make changes to libev source though.
parent f162f92f
......@@ -40,7 +40,13 @@
#ifdef _WIN32
/* timeb.h is actually xsi legacy functionality */
/* JAM: gevent: A CHANGES entry says that GetSystemTimeAsFileTime is now
* used instead of timeb. So maybe this isn't needed? It breaks the build
* on Visual Studio 2014.
*/
#if 0
#include <sys/timeb.h>
#endif
/* note: the comment below could not be substantiated, but what would I care */
/* MSDN says this is required to handle SIGFPE */
......@@ -160,4 +166,3 @@ ev_time (void)
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment