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

fix C.GetStdHandle() on Windows

This commit is contained in:
Alexander Medvednikov 2019-11-24 14:07:14 +03:00
parent 24b40be548
commit a74f4a661d

View File

@ -105,7 +105,7 @@ fn C.GetFileAttributesW(lpFileName byteptr) u32
fn C.RegQueryValueExW(hKey voidptr, lpValueName &u16, lpReserved &u32, lpType &u32, lpData byteptr, lpcbData &u32) int
fn C.RegOpenKeyExW(hKey voidptr, lpSubKey &u16, ulOptions u32, samDesired u32, phkResult voidptr) int
fn C.RemoveDirectory() int
fn C.GetStdHandle()
fn C.GetStdHandle() int
fn C.SetConsoleMode()
fn C._putsws()
fn C.wprintf()