mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 13:22:18 +08:00
[REGEDIT] Work around a Wine bug. Fixes CORE-18603
See https://bugs.winehq.org/show_bug.cgi?id=54491
This commit is contained in:
@@ -1510,6 +1510,9 @@ static BOOL export_key(WCHAR *file_name, WCHAR *path, BOOL unicode)
|
||||
fclose(fp);
|
||||
|
||||
RegCloseKey(key);
|
||||
#ifdef __REACTOS__ /* Fixes CORE-18603: Remove this when Wine Bug 54491 is fixed and synched back */
|
||||
ret = TRUE;
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user