mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 79ee6fda8e65 (bug 979913)
This commit is contained in:
parent
f083d4a79c
commit
e225b03d03
@ -664,6 +664,8 @@ SaveTLSInfo(thread_info_t *tinfo) {
|
||||
*/
|
||||
static void
|
||||
RestoreTLSInfo(thread_info_t *tinfo) {
|
||||
int rv;
|
||||
|
||||
for (TLSInfoList::const_iterator it = tinfo->tlsInfo.begin();
|
||||
it != tinfo->tlsInfo.end();
|
||||
it++) {
|
||||
|
Loading…
Reference in New Issue
Block a user