mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Re-allow when statements at the file scope
This commit is contained in:
@@ -16,9 +16,11 @@ import "core:unicode/utf16"
|
||||
import "core:unicode/utf8"
|
||||
import "core:c"
|
||||
|
||||
import "core:atomics"
|
||||
import "core:thread"
|
||||
import "core:sys/win32"
|
||||
when os.OS == "windows" {
|
||||
import "core:atomics"
|
||||
import "core:thread"
|
||||
import "core:sys/win32"
|
||||
}
|
||||
|
||||
@(link_name="general_stuff")
|
||||
general_stuff :: proc() {
|
||||
|
||||
Reference in New Issue
Block a user