Ignore:
Timestamp:
Jan 13, 2003, 5:51:40 PM (23 years ago)
Author:
sandervl
Message:

Don't allocate selectors anymore. Allocate tiled memory and call Dos32FlatToSel; Get default stack size from PE header; Thread handles not closed properly

File:
1 edited

Legend:

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

    r9582 r9667  
    1 /* $Id: thread.cpp,v 1.47 2003-01-02 11:50:46 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.48 2003-01-13 16:51:40 sandervl Exp $ */
    22
    33/*
     
    302302            return 0;
    303303    }
    304     dprintf(("Win32ThreadProc %x\n", GetCurrentThreadId()));
     304    dprintf(("Win32ThreadProc: Thread handle 0x%x, thread id %d", GetCurrentThread(), GetCurrentThreadId()));
    305305
    306306    winteb->flags = me->dwFlags;
Note: See TracChangeset for help on using the changeset viewer.