mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 07:20: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"
|
||||
#endif
|
||||
|
||||
#ifdef JANET_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
JANET_THREAD_LOCAL JanetVM janet_vm;
|
||||
|
||||
JanetVM *janet_local_vm(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user