[Base] Widen LaunchBrowser.

This commit is contained in:
gibbed
2019-04-30 16:30:17 -05:00
parent 3b421f0811
commit 2c3207e5cc
3 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ const size_t kMaxPath = 1024; // PATH_MAX
#endif // XE_PLATFORM_WIN32
// Launches a web browser to the given URL.
void LaunchBrowser(const char* url);
void LaunchBrowser(const wchar_t* url);
} // namespace xe