Bernhard Kölbl (@besentv) commented about dlls/kernelbase/memory.c:
- return FALSE;
- TRACE("(%hu, %p)\n", node, mask);
- if (!mask)
- {
SetLastError(ERROR_INVALID_PARAMETER);
return FALSE;
- }
- return get_numa_node_cpu_mask((UCHAR)node, mask);
}
/***********************************************************************
GetNumaProximityNodeEx (kernelbase.@)
*/ -BOOL WINAPI DECLSPEC_HOTPATCH GetNumaProximityNodeEx( ULONG proximity_id, USHORT *node ) +BOOL WINAPI GetNumaProximityNodeEx( ULONG proximity_id, USHORT *node )
Same here