mcfgthread renamed their include file

This commit is contained in:
leitner 2022-12-02 14:04:32 +00:00
parent 154bc69e7a
commit f621834f84

2
io.h
View File

@ -209,7 +209,7 @@ int64 io_mmapwritefile(int64 out,int64 in,uint64 off,uint64 bytes,io_write_callb
unsigned int io_debugstring(int64 s,char* buf,unsigned int bufsize);
#ifdef __MINGW32__
#include <mcfgthread/c11thread.h>
#include <mcfgthread/c11.h>
#elif defined(__dietlibc__)
#include <threads.h>
#else