windows build fixes

This commit is contained in:
CJ van den Berg 2024-06-05 20:32:30 +02:00
parent 3121af2ec4
commit 1d116f8fa8
15 changed files with 137 additions and 31 deletions

View file

@ -1,4 +1,4 @@
#ifndef __APPLE__
#if !defined(_WIN32) && !defined(__APPLE__)
#include <csignal>
#include <cstdio>