1
0
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:
Michael Camilleri
2025-03-25 20:34:45 +09:00
parent 2ed186664f
commit 5a29a28c11

View File

@@ -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