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

    r2345 r2802  
    1 /* $Id: winexebase.cpp,v 1.4 2000-01-06 20:07:10 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.5 2000-02-16 14:22:11 sandervl Exp $ */
    22
    33/*
     
    3333#include "conwin.h"          // Windows Header for console only
    3434#include "console.h"
     35
     36#define DBG_LOCALLOG    DBG_winexebase
     37#include "dbglocal.h"
    3538
    3639BOOL         fExeStarted = FALSE;
Note: See TracChangeset for help on using the changeset viewer.