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

    r1621 r2802  
    1 /* $Id: time.cpp,v 1.6 1999-11-05 17:42:12 achimha Exp $ */
     1/* $Id: time.cpp,v 1.7 2000-02-16 14:23:12 sandervl Exp $ */
    22
    33/*
     
    2121#include <stdio.h>
    2222#include "unicode.h"
     23
     24#define DBG_LOCALLOG    DBG_time
     25#include "dbglocal.h"
    2326
    2427#define lstrcpynAtoW(unicode,ascii,asciilen) AsciiToUnicodeN(ascii,unicode,asciilen);
Note: See TracChangeset for help on using the changeset viewer.