Re: kernel32: Call Fls callback (try 2)
31 May
2011
31 May
'11
9:11 a.m.
André Hentschel <nerv(a)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(a)winehq.org
5399
Age (days ago)
5399
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard