8268927: Windows: link error: unresolved external symbol "int __cdecl convert_to_unicode(char const *,wchar_t * *)"
Reviewed-by: stuefe
This commit is contained in:
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) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user