mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Remove when suffixes; Implement file scope when statement, evaluated in source order
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import win32 "core:sys/windows.odin" when ODIN_OS == "windows";
|
||||
when ODIN_OS == "windows" do import win32 "core:sys/windows.odin";
|
||||
import "core:atomics.odin";
|
||||
|
||||
Semaphore :: struct {
|
||||
|
||||
Reference in New Issue
Block a user