Replace sync with sync2

This commit is contained in:
gingerBill
2022-03-30 17:42:44 +01:00
parent 72ae061769
commit 4eb4ae6305
37 changed files with 79 additions and 2047 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
package thread
import "core:runtime"
import sync "core:sync/sync2"
import "core:sync"
import win32 "core:sys/windows"
Thread_Os_Specific :: struct {