mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 23:40:27 +00:00
Update state.h to #include <windows.h>
Should fix usage with msvc in some pipelines.
This commit is contained in:
parent
34767f1e13
commit
169bd812c9
@ -27,6 +27,10 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef JANET_WINDOWS
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
JANET_THREAD_LOCAL JanetVM janet_vm;
|
JANET_THREAD_LOCAL JanetVM janet_vm;
|
||||||
|
|
||||||
JanetVM *janet_local_vm(void) {
|
JanetVM *janet_local_vm(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user