mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 16:01:26 -07:00
Fixed more compile time errors when including os and thread to js targets
This commit is contained in:
@@ -12,7 +12,7 @@ Thread_State :: enum u8 {
|
||||
}
|
||||
|
||||
Thread_Os_Specific :: struct {
|
||||
|
||||
flags: bit_set[Thread_State; u8],
|
||||
}
|
||||
|
||||
_thread_priority_map := [Thread_Priority]i32{
|
||||
|
||||
Reference in New Issue
Block a user