mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Remove foreign import for -vet
This commit is contained in:
@@ -3,8 +3,6 @@ package sync
|
|||||||
|
|
||||||
import win32 "core:sys/windows"
|
import win32 "core:sys/windows"
|
||||||
|
|
||||||
foreign import kernel32 "system:kernel32.lib"
|
|
||||||
|
|
||||||
// A lock that can only be held by one thread at once.
|
// A lock that can only be held by one thread at once.
|
||||||
Mutex :: struct {
|
Mutex :: struct {
|
||||||
_critical_section: win32.CRITICAL_SECTION,
|
_critical_section: win32.CRITICAL_SECTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user