mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Don't use *A() version.
This commit is contained in:
parent
af35a18515
commit
ea68de8070
@ -204,7 +204,7 @@ static void add_sub_conf(config_file_t *conf, char *line)
|
||||
if (is_full_path)
|
||||
strlcpy(real_path, path, sizeof(real_path));
|
||||
else
|
||||
GetFullPathNameA(path, sizeof(real_path), real_path, NULL);
|
||||
GetFullPathName(path, sizeof(real_path), real_path, NULL);
|
||||
|
||||
if (strcmp(path, real_path) != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user