Ignore:
Timestamp:
Jan 16, 2003, 1:44:32 AM (23 years ago)
Author:
sandervl
Message:

fixed selector to flat translation

File:
1 edited

Legend:

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

    r9675 r9678  
    1 /* $Id: wprocess.cpp,v 1.172 2003-01-15 10:42:19 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.173 2003-01-16 00:44:32 sandervl Exp $ */
    22
    33/*
     
    532532    teb = threadList;
    533533    while(teb) {
     534        dprintf(("Active thread id %d, handle %x", LOWORD(teb->o.odin.threadId), teb->o.odin.hThread));
    534535        if(teb->o.odin.hThread != hThread && teb->o.odin.dwSuspend > 0) {
    535536            //kill any threads that are suspended; dangerous, but so is calling
Note: See TracChangeset for help on using the changeset viewer.