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:
parent
24b40be548
commit
a74f4a661d
@ -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.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.RegOpenKeyExW(hKey voidptr, lpSubKey &u16, ulOptions u32, samDesired u32, phkResult voidptr) int
|
||||||
fn C.RemoveDirectory() int
|
fn C.RemoveDirectory() int
|
||||||
fn C.GetStdHandle()
|
fn C.GetStdHandle() int
|
||||||
fn C.SetConsoleMode()
|
fn C.SetConsoleMode()
|
||||||
fn C._putsws()
|
fn C._putsws()
|
||||||
fn C.wprintf()
|
fn C.wprintf()
|
||||||
|
Loading…
Reference in New Issue
Block a user