mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
more Windows definitions
This commit is contained in:
@ -146,3 +146,5 @@ fn C.FormatMessage() voidptr
|
||||
fn C.CloseHandle()
|
||||
fn C.WaitForSingleObject()
|
||||
fn C.GetExitCodeProcess()
|
||||
fn C.RegOpenKeyEx() voidptr
|
||||
fn C.GetTickCount() i64
|
Reference in New Issue
Block a user