mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 17:56:32 +08:00
CWStringView->CStringView, std::wstring->std::string
This commit is contained in:
parent
558dcb32ca
commit
e5867d1d63
@ -366,9 +366,7 @@ namespace vcpkg::System
|
||||
return Strings::to_utf8(ret);
|
||||
}
|
||||
#else
|
||||
Optional<std::wstring> get_registry_string(void* base_hkey,
|
||||
const CWStringView sub_key,
|
||||
const CWStringView valuename)
|
||||
Optional<std::string> get_registry_string(void* base_hkey, const CStringView sub_key, const CStringView valuename)
|
||||
{
|
||||
return nullopt;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user