Commit 255217a7 authored by Denis Bilenko's avatar Denis Bilenko

update gevent/libev_vfd.py: remove GEVENT_VFD_MODE, it's no longer needed....

update gevent/libev_vfd.py: remove GEVENT_VFD_MODE, it's no longer needed. import winsock2.h instead of winsock.h
parent 654329ef
......@@ -6,11 +6,10 @@
* handles. Then by defining special macros libev
* will use our functions.
*/
#define GEVENT_VFD_MODE
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include <windows.h>
#include <winsock.h>
typedef struct vfd_entry_t
{
......
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