Ignore:
Timestamp:
Sep 26, 2001, 5:32:11 PM (24 years ago)
Author:
phaller
Message:

added calldepth tracing and message buffer

File:
1 edited

Legend:

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

    r6468 r6830  
    1 /* $Id: wprocess.cpp,v 1.132 2001-08-06 16:01:11 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.133 2001-09-26 15:30:41 phaller Exp $ */
    22
    33/*
     
    184184    winteb->o.odin.pWsockData      = NULL;
    185185    winteb->o.odin.threadId        = GetCurrentThreadId();
     186    winteb->o.odin.dbgCallDepth    = 0;
     187    winteb->o.odin.pMessageBuffer  = NULL;
     188 
    186189    if(fMainThread) {
    187190         winteb->o.odin.hThread     = hThreadMain;
Note: See TracChangeset for help on using the changeset viewer.