mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
more windows fixes + bring back windows ci
This commit is contained in:
@@ -52,7 +52,8 @@ fn find_windows_kit_internal(key RegKey, versions []string) ?string {
|
||||
if value[length - 1] != u16(0) {
|
||||
value[length] = u16(0)
|
||||
}
|
||||
return string_from_wide(value)
|
||||
res := string_from_wide(value)
|
||||
return res
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user