Changeset 16199


Ignore:
Timestamp:
Apr 29, 2001, 8:47:31 PM (24 years ago)
Author:
sandervl
Message:

save fs before calling beginthread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/wsock32/asyncthread.cpp

    r16195 r16199  
    1 /* $Id: asyncthread.cpp,v 1.8 2001-04-29 15:42:26 sandervl Exp $ */
     1/* $Id: asyncthread.cpp,v 1.9 2001-04-29 18:47:31 sandervl Exp $ */
    22
    33/*
     
    5959   if(fSetBlocking) WSASetBlocking(TRUE);
    6060
     61   USHORT sel = GetFS();
    6162   tid = _beginthread(AsyncThread, NULL, 16384, (PVOID)pThreadParm);
     63   SetFS(sel);
    6264   if (tid == -1) {
    6365        dprintf(("QueueAsyncJob: _beginthread failed"));
Note: See TracChangeset for help on using the changeset viewer.