diff --git a/src/plugin-template.c b/src/plugin-template.c index b04f18a4..de9620b2 100644 --- a/src/plugin-template.c +++ b/src/plugin-template.c @@ -8,7 +8,7 @@ #include #include -#if __STDC_VERSION__ >= 201112L && !defined(__STDC_NO_THREADS__) +#if __STDC_VERSION__ >= 201112L && !defined(__STDC_NO_THREADS__) && !defined(_MSC_VER) # define CLAP_HAS_THREAD # include #endif