Refactor windows and web compiling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user