kernel32: Call Fls callback (try 2)

Alexandre Julliard julliard at winehq.org
Tue May 31 04:11:37 CDT 2011


André Hentschel <nerv at 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
julliard at winehq.org



More information about the wine-devel mailing list