mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
import and import_load as keywords; Fix procedure literal call trick
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#import win32 "sys/windows.odin" when ODIN_OS == "windows";
|
||||
#import "atomics.odin";
|
||||
import win32 "sys/windows.odin" when ODIN_OS == "windows";
|
||||
import "atomics.odin";
|
||||
|
||||
type Semaphore struct {
|
||||
_handle: win32.Handle,
|
||||
|
||||
Reference in New Issue
Block a user