reg: Use the correct return codes during the import operation.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2017-08-18 09:31:30 +00:00 committed by Alexandre Julliard
parent 56e58e47af
commit 5de883cc9f
2 changed files with 266 additions and 272 deletions

View File

@ -1016,12 +1016,6 @@ int reg_import(const WCHAR *filename)
if (parser.reg_version == REG_VERSION_INVALID)
goto error;
else if (parser.reg_version == REG_VERSION_40 || parser.reg_version == REG_VERSION_50)
{
FIXME(": operation not yet implemented\n");
heap_free(parser.value_name);
goto error;
}
heap_free(parser.value_name);
close_key(&parser);

File diff suppressed because it is too large Load Diff