André Hentschel <n...@dawncrow.de> writes:

> +    if (ret && callback) callback(NtCurrentTeb()->FlsSlots[index]);
> +    /* FIXME: add equivalent of ThreadZeroTlsCell here */
> +    if (NtCurrentTeb()->FlsSlots) NtCurrentTeb()->FlsSlots[index] = 0;

It's not that easy...

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to