mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
(UWP) Fix regression in dylib
This commit is contained in:
parent
973c707462
commit
3a0c5cc666
@ -100,8 +100,6 @@ dylib_t dylib_load(const char *path)
|
|||||||
path_wide = utf8_to_utf16_string_alloc(relative_path);
|
path_wide = utf8_to_utf16_string_alloc(relative_path);
|
||||||
lib = LoadPackagedLibrary(path_wide, 0);
|
lib = LoadPackagedLibrary(path_wide, 0);
|
||||||
free(path_wide);
|
free(path_wide);
|
||||||
|
|
||||||
free(relative_path_abbrev);
|
|
||||||
#elif defined(LEGACY_WIN32)
|
#elif defined(LEGACY_WIN32)
|
||||||
dylib_t lib = LoadLibrary(path);
|
dylib_t lib = LoadLibrary(path);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user