Ignore:
Timestamp:
Feb 4, 2003, 12:29:03 PM (23 years ago)
Author:
sandervl
Message:

Support DuplicateHandle for threads; cleaned up semaphore code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r9693 r9748  
    1 /* $Id: thread.cpp,v 1.49 2003-01-20 10:46:28 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.50 2003-02-04 11:29:03 sandervl Exp $ */
    22
    33/*
     
    6565    teb = GetThreadTEB();
    6666    if(teb == 0) {
     67        DebugInt3();
    6768        SetLastError(ERROR_INVALID_HANDLE); //todo
    6869        return 0;
Note: See TracChangeset for help on using the changeset viewer.