Don't use *A() version.

This commit is contained in:
Themaister 2012-01-05 19:44:11 +01:00
parent af35a18515
commit ea68de8070

View File

@ -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)
{