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