Ignore:
Timestamp:
Nov 17, 2000, 3:34:06 PM (25 years ago)
Author:
sandervl
Message:

CreateThread fix

File:
1 edited

Legend:

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

    r3278 r4609  
    1 /* $Id: hmthread.cpp,v 1.4 2000-03-30 10:52:04 sandervl Exp $ */
     1/* $Id: hmthread.cpp,v 1.5 2000-11-17 14:34:06 sandervl Exp $ */
    22
    33/*
     
    4545{
    4646  Win32Thread *winthread;
    47 
     47  DWORD threadid;
     48
     49  if(lpIDThread == NULL) {
     50        lpIDThread = &threadid;
     51  }
    4852  pHMHandleData->dwInternalType = HMTYPE_THREAD;
    4953  pHMHandleData->dwUserData     = THREAD_ALIVE;
Note: See TracChangeset for help on using the changeset viewer.