This commit is contained in:
Krzosa Karol
2025-02-03 09:55:40 +01:00
parent e7a2a775b2
commit 6f31de5bf1
15 changed files with 123 additions and 153 deletions

View File

@@ -1,8 +1,6 @@
#if PLATFORM_WASM
#include "os_wasm.c"
#elif PLATFORM_WINDOWS
#if PLATFORM_WINDOWS
#include "os_win32.c"
#else
#elif PLATFORM_POSIX
#include "os_unix.c"
#endif