mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
windows: WideCharToMultiByte() returns an int
This commit is contained in:
@@ -119,7 +119,7 @@ fn C.setbuf()
|
||||
fn C.SymCleanup()
|
||||
fn C.MultiByteToWideChar() int
|
||||
fn C.wcslen() int
|
||||
fn C.WideCharToMultiByte() byteptr
|
||||
fn C.WideCharToMultiByte() int
|
||||
fn C._wstat()
|
||||
fn C._wrename()
|
||||
fn C._wfopen() voidptr
|
||||
|
||||
Reference in New Issue
Block a user