1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Windows should work now

This commit is contained in:
Alexander Medvednikov 2019-11-24 15:31:51 +03:00
parent 748e8b7ce4
commit 19b4cf66ac

View File

@ -147,4 +147,5 @@ fn C.CloseHandle()
fn C.WaitForSingleObject()
fn C.GetExitCodeProcess()
fn C.RegOpenKeyEx() voidptr
fn C.GetTickCount() i64
fn C.GetTickCount() i64
fn C.Sleep()