Ignore:
Timestamp:
Jan 20, 2003, 11:46:28 AM (23 years ago)
Author:
sandervl
Message:

Only load LVM.DLL when we actually need it; CreateProcess bugfix for thread id if launched directly; CreateFile returns ERROR_ALREADY_EXISTS if file not found and CREATE_NEW; Check and correct process type in thread wrapper

File:
1 edited

Legend:

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

    r9681 r9693  
    1 /* $Id: wprocess.cpp,v 1.175 2003-01-16 13:16:59 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.176 2003-01-20 10:46:28 sandervl Exp $ */
    22
    33/*
     
    18811881      else pThreadDB->o.odin.pidDebuggee = 0;
    18821882
     1883      if(lpProcessInfo)
     1884      {
     1885          lpProcessInfo->dwThreadId = MAKE_THREADID(lpProcessInfo->dwProcessId, lpProcessInfo->dwThreadId);
     1886      }
     1887
    18831888      return(TRUE);
    18841889    }
Note: See TracChangeset for help on using the changeset viewer.