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

    r2147 r2802  
    1 /* $Id: message.cpp,v 1.9 1999-12-19 20:17:17 sandervl Exp $ */
     1/* $Id: message.cpp,v 1.10 2000-02-16 14:25:42 sandervl Exp $ */
    22
    33/*
     
    2626#include "heapstring.h"
    2727
     28#define DBG_LOCALLOG    DBG_message
     29#include "dbglocal.h"
     30
    2831typedef VOID (* WIN32API WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list);
    2932WVSPRINTFAPROC wvsprintfAProc = NULL;
Note: See TracChangeset for help on using the changeset viewer.