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/thread.cpp

    r9667 r9693  
    1 /* $Id: thread.cpp,v 1.48 2003-01-13 16:51:40 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.49 2003-01-20 10:46:28 sandervl Exp $ */
    22
    33/*
     
    310310
    311311    winteb->o.odin.hab = OSLibWinInitialize();
     312    dprintf(("Thread HAB %x", winteb->o.odin.hab));
    312313    winteb->o.odin.hmq = OSLibWinQueryMsgQueue(winteb->o.odin.hab);
    313314    rc = OSLibWinSetCp(winteb->o.odin.hmq, GetDisplayCodepage());
Note: See TracChangeset for help on using the changeset viewer.