Commit 37ba927e by Ethan Lee Committed by Commit Bot

UWP: Implement GetPathSeparatorForEnvironmentVar

Bug: angleproject:4142 Change-Id: Idb5e1b540d9ac7ab802357f247b41a6546173a35 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1925254Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent d83dc175
......@@ -33,6 +33,12 @@ std::string GetEnvironmentVar(const char *variableName)
return "";
}
const char *GetPathSeparatorForEnvironmentVar()
{
// Not supported for UWP
return "";
}
const char *GetSharedLibraryExtension()
{
return "dll";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment