Coroutine API rename

This commit is contained in:
Krzosa Karol
2026-01-30 21:44:28 +01:00
parent c9acc31cfc
commit 805f5de852
15 changed files with 84 additions and 60 deletions

View File

@@ -462,6 +462,7 @@ API void CloseStdin(Process *process) {
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#undef Yield
#include <stdio.h>
#include <intrin.h>