André Hentschel nerv@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...