mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
import and import_load as keywords; Fix procedure literal call trick
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// TODO(bill): Use assembly instead here to implement atomics
|
||||
// Inline vs external file?
|
||||
|
||||
#import win32 "sys/windows.odin" when ODIN_OS == "windows";
|
||||
import win32 "sys/windows.odin" when ODIN_OS == "windows";
|
||||
var _ = compile_assert(ODIN_ARCH == "amd64"); // TODO(bill): x86 version
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user