Refactor windows and web compiling

This commit is contained in:
Krzosa Karol
2025-11-27 22:45:10 +01:00
parent 781c2dc53c
commit e9e8751981
24 changed files with 104 additions and 555 deletions

View File

@@ -1,5 +1,4 @@
#if OS_POSIX
#include "filesystem.h"
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -862,7 +861,6 @@ API String PollStdout(Allocator allocator, Process *process, bool force_read) {
}
#elif OS_WASM
#include "filesystem.h"
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>