Attributes; @(link_name="foo")

This commit is contained in:
gingerBill
2017-10-29 15:46:23 +00:00
parent a43b89f36e
commit 1eb9994d88
26 changed files with 797 additions and 575 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import win32 "core:sys/windows.odin"
import "core:mem.odin"
Handle :: int;
Handle :: uintptr;
File_Time :: u64;
INVALID_HANDLE: Handle : -1;
INVALID_HANDLE :: ~Handle(0);