Ignore:
Timestamp:
Apr 29, 2000, 8:26:59 PM (25 years ago)
Author:
sandervl
Message:

init changes, export for installation program, create additional directories & registry keys, added lvl2 debug log feature, override for windows dir re-added

File:
1 edited

Legend:

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

    r3375 r3461  
    1 /* $Id: initterm.cpp,v 1.40 2000-04-14 22:35:27 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.41 2000-04-29 18:26:59 sandervl Exp $ */
    22
    33/*
     
    4848#include <windllbase.h>
    4949#include "winexepe2lx.h"
    50 #include "initsystem.h"
    5150#include <exitlist.h>
    5251#include "oslibdos.h"
     52#include <cpuhlp.h>
     53
    5354#define DBG_LOCALLOG    DBG_initterm
    5455#include "dbglocal.h"
     
    170171                ulSysinfo = 1;
    171172
    172             InitSystemEnvironment(ulSysinfo);
     173            InitSystemInfo(ulSysinfo);
    173174            break;
    174175        }
Note: See TracChangeset for help on using the changeset viewer.