[PATCH 5/6] advapi32: Remove useless RegLoadMUIStringA implementation.
This commit avoids brokeness in advance. Otherwise, it will be broken when we support ERROR_MORE_DATA in RegLoadMUIStringW. Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/advapi32/registry.c | 32 ++------------------------------ dlls/advapi32/tests/registry.c | 6 +++--- 2 files changed, 5 insertions(+), 33 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=51957 Your paranoid android. === debian9 (32 bit report) === kernel32: heap.c:995: Test failed: HeapValidate failed heap.c:1004: Test failed: HeapValidate failed === debian9 (32 bit Chinese:China report) === kernel32: heap.c:995: Test failed: HeapValidate failed heap.c:1004: Test failed: HeapValidate failed === debian9 (32 bit WoW report) === kernel32: heap.c:995: Test failed: HeapValidate failed heap.c:1004: Test failed: HeapValidate failed === debian9 (64 bit WoW report) === kernel32: heap.c:995: Test failed: HeapValidate failed heap.c:1004: Test failed: HeapValidate failed
participants (2)
-
Akihiro Sagawa -
Marvin