1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-10 09:16:38 +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
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

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