Hello there,
When I run make inside the repository I get the following error message
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o jackasio.o jackasio.c
jackasio.c:57:10: fatal error: windows.h: No such file or directory
57 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:82: jackasio.o] Error 1
Do you know what to do?
Cheers :)