Ignore:
Timestamp:
Oct 17, 2008, 5:37:44 PM (17 years ago)
Author:
rjerant
Message:

Update buffer handeling routines. This should allow merging back to a single Uniaud32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/include/dbgos2.h

    r288 r396  
    2323#define dprintf3(a) if(dbglevel >= 3) PrintfOut a
    2424#define dprintf4(a) if(dbglevel >= 4) PrintfOut a
     25#define ddprintf(a) if(dbglevel >= 1) PrintfOut a
     26#define dgprintf(a) if(dbglevel >= 1) PrintfOut a
    2527#define DebugInt3() ;//    _asm int 3
    2628
    2729#ifdef DEBUG
    28 #define DBGCALLCONV     FAR 
     30#define DBGCALLCONV     FAR
    2931#else
    3032#define DBGCALLCONV     NEAR
Note: See TracChangeset for help on using the changeset viewer.