14 Sep
2025
14 Sep
'25
10:34 p.m.
Bernhard Kölbl (@besentv) commented about dlls/kernelbase/memory.c:
/********************************************************************** * GetNumaNodeProcessorMaskEx (kernelbase.@) */ -BOOL WINAPI DECLSPEC_HOTPATCH GetNumaNodeProcessorMaskEx( USHORT node, GROUP_AFFINITY *mask ) +BOOL WINAPI GetNumaNodeProcessorMaskEx( USHORT node, GROUP_AFFINITY *mask ) Why are you removing hot patching on this one?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8970#note_115838