Add “overload” to Windows.Interlocked*.
I’ve noticed several times (the last straw was this) that Windows.Interlocked*
functions overshadow System.Interlocked*
, which is unpleasant as System
selection is a strict superset. Note that Windows.Interlocked*
exist solely for Delphi compatibility and lead back to System.Interlocked*
!