fix C.GetStdHandle() on Windows

pull/2873/head
Alexander Medvednikov 2019-11-24 14:07:14 +03:00
parent 24b40be548
commit a74f4a661d
1 changed files with 1 additions and 1 deletions

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()