[UCRT] Make includes unix compatible

This commit is contained in:
Timo Kreuzer 2024-11-27 13:58:34 +02:00
parent 90dad446b7
commit 2eb3149565
5 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
//
#include <corecrt_internal.h>
#include <io.h>
#include <sys\stat.h>
#include <sys/stat.h>