Ignore:
Timestamp:
Feb 16, 2000, 3:25:43 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

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

    r2649 r2802  
    1 /* $Id: initterm.cpp,v 1.34 2000-02-05 02:01:04 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.35 2000-02-16 14:25:40 sandervl Exp $ */
    22
    33/*
     
    4949#include "initsystem.h"
    5050#include <exitlist.h>
     51#define DBG_LOCALLOG    DBG_initterm
     52#include "dbglocal.h"
    5153
    5254/*-------------------------------------------------------------------*/
     
    103105        case 0 :
    104106        {
     107            ParseLogStatus();
     108
    105109            loadNr = globLoadNr++;
    106110
Note: See TracChangeset for help on using the changeset viewer.