1
0
Fork 0

Re-apply windows patches.

This commit is contained in:
Wilfried Goesgens 2016-02-08 12:49:30 +01:00
parent efed595eff
commit 40c1e5af51
1 changed files with 16 additions and 12 deletions

4
3rdParty/libev/ev.c vendored
View File

@ -1822,7 +1822,11 @@ typedef struct
#include "ev_wrap.h"
static struct ev_loop default_loop_struct;
#ifdef EV_API_STATIC
EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
#else
struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
#endif
#else