Merge branch 'master' of github.com:Themaister/SSNES

This commit is contained in:
TwinAphex51224 2012-01-05 20:54:26 +01:00
commit d7f8500b3a

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