Ignore:
Timestamp:
Dec 1, 2001, 9:41:38 PM (24 years ago)
Author:
sandervl
Message:

fixed GetCurrentThreadId

File:
1 edited

Legend:

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

    r7419 r7519  
    1 /* $Id: wprocess.cpp,v 1.137 2001-11-22 10:41:29 phaller Exp $ */
     1/* $Id: wprocess.cpp,v 1.138 2001-12-01 20:41:38 sandervl Exp $ */
    22
    33/*
     
    189189    winteb->o.odin.OrgTIBSel       = GetFS();
    190190    winteb->o.odin.pWsockData      = NULL;
     191    winteb->o.odin.threadId        = 0xFFFFFFFF;
    191192    winteb->o.odin.threadId        = GetCurrentThreadId();
    192193#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.