Implement Windows file IO

This commit is contained in:
2026-01-03 03:15:25 +00:00
parent fac9cb57eb
commit b372447a46
6 changed files with 236 additions and 20 deletions
+1
View File
@@ -6,6 +6,7 @@
#include "wapp_os.h"
#include "file/file.c"
#include "file/posix/file_posix.c"
#include "file/win/file_win.c"
#include "shell/termcolour/posix/termcolour_posix.c"
#include "shell/termcolour/win/termcolour_win.c"
#include "shell/termcolour/termcolour.c"