Skip to content

Commit

Permalink
Windows should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Nov 24, 2019
1 parent 748e8b7 commit 19b4cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vlib/builtin/cfns.v
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 19b4cf6

Please sign in to comment.