Changeset 9678 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jan 16, 2003, 1:44:32 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r9675 r9678 1 /* $Id: wprocess.cpp,v 1.17 2 2003-01-15 10:42:19sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.173 2003-01-16 00:44:32 sandervl Exp $ */ 2 2 3 3 /* … … 532 532 teb = threadList; 533 533 while(teb) { 534 dprintf(("Active thread id %d, handle %x", LOWORD(teb->o.odin.threadId), teb->o.odin.hThread)); 534 535 if(teb->o.odin.hThread != hThread && teb->o.odin.dwSuspend > 0) { 535 536 //kill any threads that are suspended; dangerous, but so is calling
Note:
See TracChangeset
for help on using the changeset viewer.