mirror of https://gitee.com/bigwinds/arangodb
Re-apply windows patches.
This commit is contained in:
parent
efed595eff
commit
40c1e5af51
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue