Ignore:
Timestamp:
Dec 2, 2001, 1:00:50 PM (24 years ago)
Author:
sandervl
Message:

removed logging

File:
1 edited

Legend:

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

    r7518 r7524  
    1 /* $Id: hmcomm.cpp,v 1.23 2001-12-01 19:26:40 sandervl Exp $ */
     1/* $Id: hmcomm.cpp,v 1.24 2001-12-02 12:00:50 sandervl Exp $ */
    22
    33/*
     
    2828#include "dbglocal.h"
    2929
     30//#define TESTING_COMM
     31#ifdef TESTING_COMM
    3032#undef dprintf
    3133#define dprintf(a) WriteLog a
    3234#undef dprintf2
    3335#define dprintf2(a) WriteLog a
     36#endif
    3437
    3538BAUDTABLEENTRY BaudTable[] =
Note: See TracChangeset for help on using the changeset viewer.