Added some missing functions to core/sys/windows

This commit is contained in:
Franz Höltermann
2024-06-11 09:35:59 +02:00
parent 7058d6f320
commit 6454c6f087
4 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ ERROR_PIPE_BUSY : DWORD : 231
E_NOTIMPL :: HRESULT(-0x7fff_bfff) // 0x8000_4001
SUCCEEDED :: #force_inline proc(#any_int result: int) -> bool { return result >= 0 }
SUCCEEDED :: #force_inline proc "contextless" (#any_int result: int) -> bool { return result >= 0 }
System_Error :: enum DWORD {