Remove the use of import within when

This commit is contained in:
gingerBill
2023-08-04 15:54:44 +01:00
parent 3323d5c76c
commit 9aed26a234
10 changed files with 43 additions and 41 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
package objc_Foundation
import "core:c"
_ :: c
when ODIN_OS == .Darwin {
import "core:c"
_ :: c
#assert(size_of(c.long) == size_of(int))
#assert(size_of(c.ulong) == size_of(uint))
}