[PATCH] kernel32: Set all %eax bits on Wow64EnableWow64FsRedirection return.
5 Dec
2019
5 Dec
'19
1:09 p.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47565 Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- The Wow64EnableWow64FsRedirection function, when compiled with gcc 9.2.0, uses setz %al to set return value. Microsoft C++ Redistributable installers are depending on all %eax bits being set. dlls/kernel32/kernel32.spec | 2 +- dlls/kernel32/path.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-)
2289
Age (days ago)
2289
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban