mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: fix os.real_path on Windows (#8822)
This commit is contained in:
@ -275,6 +275,8 @@ fn C._wgetcwd() int
|
||||
|
||||
fn C._fullpath() int
|
||||
|
||||
fn C.GetFullPathName(voidptr, u32, voidptr, voidptr) u32
|
||||
|
||||
fn C.GetCommandLine() voidptr
|
||||
|
||||
fn C.LocalFree()
|
||||
|
Reference in New Issue
Block a user