mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
os: fix some C compiler warnings for windows (#10506)
This commit is contained in:
parent
d56ae2d508
commit
acf9d168cb
2 changed files with 6 additions and 7 deletions
|
@ -246,7 +246,7 @@ fn C.RegSetValueExW(hKey voidptr, lpValueName &u16, Reserved u32, dwType u32, lp
|
|||
|
||||
fn C.RegCloseKey(hKey voidptr)
|
||||
|
||||
fn C.RemoveDirectory(lpPathName &char) int
|
||||
fn C.RemoveDirectory(lpPathName &u16) int
|
||||
|
||||
// fn C.GetStdHandle() voidptr
|
||||
fn C.GetStdHandle(u32) voidptr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue