Compare commits

...

1 Commits

Author SHA1 Message Date
Alexey Ushakov
1f0f43b4da JBR-1430 Problem with JNA when username contains unicode symbol
Added unicode conversion
2021-04-07 19:27:46 +03:00

View File

@@ -1354,6 +1354,7 @@ static int _print_module(const char* fname, address base_address,
return 0;
}
static errno_t convert_to_unicode(char const* char_path, LPWSTR* unicode_path);
// Loads .dll/.so and
// in case of error it checks if .dll/.so was built for the
// same architecture as Hotspot is running on