Ignore:
Timestamp:
Mar 17, 2000, 5:08:40 PM (25 years ago)
Author:
sandervl
Message:

fix for handle of thread 0

File:
1 edited

Legend:

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

    r3128 r3140  
    1 /* $Id: HandleManager.cpp,v 1.36 2000-03-16 19:20:36 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.37 2000-03-17 16:08:38 sandervl Exp $ */
    22
    33/*
     
    29402940                      LPVOID                 lpvThreadParm,
    29412941                      DWORD                  fdwCreate,
    2942                       LPDWORD                lpIDThread)
     2942                      LPDWORD                lpIDThread,
     2943                      BOOL                   fFirstThread)
    29432944{
    29442945  int             iIndex;                     /* index into the handle table */
     
    29822983  rc = pDeviceHandler->CreateThread(&TabWin32Handles[iIndexNew].hmHandleData,
    29832984                                    lpsa,  cbStack, lpStartAddr,
    2984                                     lpvThreadParm, fdwCreate, lpIDThread);
     2985                                    lpvThreadParm, fdwCreate, lpIDThread, fFirstThread);
    29852986
    29862987  if (rc == 0)     /* oops, creation failed within the device handler */
Note: See TracChangeset for help on using the changeset viewer.