import and import_load as keywords; Fix procedure literal call trick

This commit is contained in:
Ginger Bill
2017-06-12 14:19:12 +01:00
parent 0c05fc1432
commit 2ab0d97573
18 changed files with 156 additions and 144 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#import win32 "sys/windows.odin";
import win32 "sys/windows.odin";
type Handle int;
type FileTime u64;