Ignore:
Timestamp:
Mar 10, 2000, 5:12:03 PM (25 years ago)
Author:
sandervl
Message:

file handle + registry changes

File:
1 edited

Legend:

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

    r3059 r3074  
    1 /* $Id: initterm.cpp,v 1.37 2000-03-09 19:03:18 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.38 2000-03-10 16:11:59 sandervl Exp $ */
    22
    33/*
     
    5050#include "initsystem.h"
    5151#include <exitlist.h>
     52#include "oslibdos.h"
    5253#define DBG_LOCALLOG    DBG_initterm
    5354#include "dbglocal.h"
     
    156157                flAllocMem = 0;        // no high memory support
    157158
     159            OSLibDosSetInitialMaxFileHandles(ODIN_DEFAULT_MAX_FILEHANDLES);
     160
    158161            InitializeTIB(TRUE);
    159162            //SvL: Do it here instead of during the exe object creation
Note: See TracChangeset for help on using the changeset viewer.