diff --git a/src/dispatch_common.c b/src/dispatch_common.c index e7979c9..1baaf36 100644 --- a/src/dispatch_common.c +++ b/src/dispatch_common.c @@ -185,6 +185,8 @@ struct api { static struct api api = { #ifndef _WIN32 .mutex = PTHREAD_MUTEX_INITIALIZER, +#else + 0, #endif };