Fixed windows compilation

This commit is contained in:
KiritoDv
2023-08-17 15:10:35 -06:00
parent e0cc88e760
commit f3402d8c9f
3 changed files with 1236 additions and 3 deletions
+3 -2
View File
@@ -1,16 +1,17 @@
#include <dirent.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#if defined(_MSC_VER) || defined(__MINGW32__)
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
#include <io.h>
#include <sys/utime.h>
#include <nposix/dirent.h>
#else
#include <unistd.h>
#include <utime.h>
#include <dirent.h>
#endif
#include "utils.h"
+1231
View File
File diff suppressed because it is too large Load Diff