mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
add missing cfns
This commit is contained in:
committed by
Alexander Medvednikov
parent
5794594e19
commit
268a6dc6d9
@@ -144,8 +144,21 @@ fn C.FindClose()
|
||||
fn C.MAKELANGID() int
|
||||
fn C.FormatMessage() voidptr
|
||||
fn C.CloseHandle()
|
||||
fn C.WaitForSingleObject()
|
||||
fn C.GetExitCodeProcess()
|
||||
fn C.RegOpenKeyEx() voidptr
|
||||
fn C.GetTickCount() i64
|
||||
fn C.Sleep()
|
||||
|
||||
fn C.Sleep()
|
||||
fn C.WSAStartup(u16, &voidptr) int
|
||||
fn C.WSAGetLastError() int
|
||||
fn C.closesocket(int) int
|
||||
fn C.vschannel_init(&C.TlsContext)
|
||||
fn C.request(&C.TlsContext,int, &u16, byteptr, &byteptr)
|
||||
fn C.vschannel_cleanup(&C.TlsContext)
|
||||
fn C.URLDownloadToFile(int, &u16,&u16, int, int)
|
||||
fn C.GetLastError() u32
|
||||
fn C.CreateDirectory(byteptr, int) bool
|
||||
fn C.BCryptGenRandom(int,voidptr,int,int) int
|
||||
fn C.CreateMutex(int,bool,byteptr) voidptr
|
||||
fn C.WaitForSingleObject(voidptr,int) int
|
||||
fn C.ReleaseMutex(voidptr) bool
|
||||
Reference in New Issue
Block a user