https://bugs.winehq.org/show_bug.cgi?id=48211
Bug ID: 48211 Summary: Regression: midl.exe fails to execute MIDL engine Product: Wine Version: 4.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
midl.exe from Windows Kits 8.1 fails with error MIDL2398 : cannot execute MIDL engine.
This is a regression caused by commit 1deefb84ee2b6d326b5ae1bad592a72c69a89b36.
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 12 21:41:06 2019 +0100
kernel32: Use RtlCreateUserProcess() to start new processes.
Signed-off-by: Alexandre Julliard julliard@winehq.org