mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 16:01:26 -07:00
Fix delayed assert collection
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package thread
|
||||
|
||||
#assert(ODIN_OS == "windows");
|
||||
import "core:sys/win32"
|
||||
|
||||
Thread_Proc :: #type proc(^Thread) -> int;
|
||||
Reference in New Issue
Block a user