We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7344a66 commit 332af45Copy full SHA for 332af45
1 file changed
Runtime/Unity.NodeApi.Native.cpp
@@ -15,7 +15,7 @@ typedef void *(* GC_fn_type)(void *);
15
extern "C" void *GC_call_with_alloc_lock(GC_fn_type fn, void *client_data);
16
17
typedef struct uv_loop_s { void* data; } uv_loop_t;
18
-typedef struct uv_idle_s { void* data; uv_loop_t* loop; } uv_idle_t;
+typedef struct uv_idle_s { void* data; uv_loop_t* loop; void* reserved[14]; } uv_idle_t;
19
typedef void (*uv_idle_cb)(uv_idle_t* handle);
20
static int (*uv_idle_init)(uv_loop_t*, uv_idle_t* idle);
21
static int (*uv_idle_start)(uv_idle_t* idle, uv_idle_cb cb);
0 commit comments