mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: remove srwlock definition workaround for tcc on windows (#8652)
This commit is contained in:
@@ -5,6 +5,8 @@ module sync
|
||||
|
||||
import time
|
||||
|
||||
#include <synchapi.h>
|
||||
|
||||
fn C.InitializeConditionVariable(voidptr)
|
||||
fn C.WakeConditionVariable(voidptr)
|
||||
fn C.SleepConditionVariableSRW(voidptr, voidptr, u32, u32) int
|
||||
|
||||
Reference in New Issue
Block a user