mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: remove srwlock definition workaround for tcc on windows (#8652)
This commit is contained in:
parent
4152c704f3
commit
1bb4be17d8
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue