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
@@ -7,8 +7,6 @@ import "core:runtime"
import "core:strings"
import "core:c"
OS :: "linux";
Handle :: distinct i32;
File_Time :: distinct u64;
Errno :: distinct i32;