Ignore:
Timestamp:
Apr 29, 2001, 5:42:26 PM (24 years ago)
Author:
sandervl
Message:

DosExit call no longer necessary

File:
1 edited

Legend:

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

    r5625 r5634  
    1 /* $Id: asyncthread.cpp,v 1.7 2001-04-28 16:15:18 sandervl Exp $ */
     1/* $Id: asyncthread.cpp,v 1.8 2001-04-29 15:42:26 sandervl Exp $ */
    22
    33/*
     
    4141
    4242  free((PVOID)pThreadParm);
    43 
    44   DosExit(EXIT_THREAD, 0);
    4543}
    4644//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.