mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 08:20:27 +00:00
Don't inlcude pthread on windows.
This commit is contained in:
parent
cff718f37d
commit
b1bdffbc34
@ -35,8 +35,10 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef JANET_EV
|
||||
#ifndef JANET_WINDOWS
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <alloca.h>
|
||||
|
Loading…
Reference in New Issue
Block a user