mirror of
https://github.com/janet-lang/janet
synced 2025-04-10 09:16:38 +00:00
Include <windows.h> in state.h
This commit is contained in:
parent
2ed186664f
commit
5a29a28c11
@ -27,7 +27,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef JANET_EV
|
||||
#ifndef JANET_WINDOWS
|
||||
#ifdef JANET_WINDOWS
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user