https://bugs.winehq.org/show_bug.cgi?id=51322
Bug ID: 51322 Summary: Clang-cl 12 fails on unimplemented function KERNEL32.dll.GetProcessGroupAffinity Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
Clang-cl version 12 fails due to unimplemented function GetProcessGroupAffinity().
Relevant source: https://llvm.org/doxygen/Windows_2Threading_8inc_source.html
A simple stub fixes the problem.