Clean-up OS constants; Clean-up procs_wasm32.odin

This commit is contained in:
gingerBill
2020-07-09 17:21:40 +01:00
parent cb52f6986a
commit 65b9dbe13f
9 changed files with 7 additions and 20 deletions
-2
View File
@@ -4,8 +4,6 @@ package os
import win32 "core:sys/windows"
import "core:intrinsics"
OS :: "windows";
Handle :: distinct uintptr;
File_Time :: distinct u64;
Errno :: distinct int;