mirror of
https://github.com/janet-lang/janet
synced 2025-11-05 18:13:37 +00:00
Don't inlcude pthread on windows.
This commit is contained in:
@@ -35,8 +35,10 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef JANET_EV
|
#ifdef JANET_EV
|
||||||
|
#ifndef JANET_WINDOWS
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user