8268927: Windows: link error: unresolved external symbol "int __cdecl convert_to_unicode(char const *,wchar_t * *)"

Reviewed-by: stuefe
This commit is contained in:
David Holmes 2021-06-17 07:02:47 +00:00
parent 3637e50b30
commit e84461072a

@ -892,7 +892,7 @@ static SetThreadDescriptionFnPtr _SetThreadDescription = NULL;
DEBUG_ONLY(static GetThreadDescriptionFnPtr _GetThreadDescription = NULL;)
// forward decl.
errno_t convert_to_unicode(char const* char_path, LPWSTR* unicode_path);
static errno_t convert_to_unicode(char const* char_path, LPWSTR* unicode_path);
void os::set_native_thread_name(const char *name) {