mirror of
https://github.com/janet-lang/janet
synced 2025-09-04 03:48:03 +00:00
Include <windows.h> in state.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user