Re-allow when statements at the file scope

This commit is contained in:
gingerBill
2018-06-02 19:44:34 +01:00
parent ced818ad54
commit 6202fb8373
5 changed files with 286 additions and 27 deletions
+5 -3
View File
@@ -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() {