Ignore:
Timestamp:
Mar 16, 2000, 8:21:54 PM (25 years ago)
Author:
sandervl
Message:

handlemanager support for thread handles + WaitForSingleObject (thread) fix

File:
1 edited

Legend:

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

    r3074 r3128  
    1 /* $Id: initterm.cpp,v 1.38 2000-03-10 16:11:59 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.39 2000-03-16 19:20:39 sandervl Exp $ */
    22
    33/*
     
    159159            OSLibDosSetInitialMaxFileHandles(ODIN_DEFAULT_MAX_FILEHANDLES);
    160160
    161             InitializeTIB(TRUE);
    162161            //SvL: Do it here instead of during the exe object creation
    163162            //(std handles can be used in win32 dll initialization routines
    164163            HMInitialize();             /* store standard handles within HandleManager */
     164            InitializeTIB(TRUE);        //MUST be done after HMInitialize!
    165165            InitDirectories();
    166166            RegisterDevices();
     
    192192    //Flush and delete all open memory mapped files
    193193    Win32MemMap::deleteAll();
     194    WinExe = NULL;
    194195
    195196    WriteOutProfiles();
Note: See TracChangeset for help on using the changeset viewer.