Closed tristanlabelle closed 1 year ago
My local Windows libdispatch build recently started failing due to a calling convention mismatch with the function we use as the PINIT_ONCE_FN argument of a InitOnceExecuteOnce invocation. The fix is to specify it explicitly.
PINIT_ONCE_FN
InitOnceExecuteOnce
@swift-ci please test
My local Windows libdispatch build recently started failing due to a calling convention mismatch with the function we use as the
PINIT_ONCE_FN
argument of aInitOnceExecuteOnce
invocation. The fix is to specify it explicitly.