Ignore:
Timestamp:
Aug 8, 2010, 5:32:19 AM (15 years ago)
Author:
David Azarewicz
Message:

debug updates

File:
1 edited

Legend:

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

    r526 r534  
    1414void far cdecl PrintfOut(char far *DbgStr , ...);
    1515extern int dbglevel;
     16extern USHORT usInUseCount;
    1617
    1718#ifdef __cplusplus
     
    4849#endif
    4950
     51#define DEBUG_CAT 0xDD
     52typedef struct _DEBUGINFO {
     53        USHORT usValid;
     54        USHORT usInUseCount;
     55} DEBUGINFO;
     56
    5057#endif //__DBGOS2_H__
Note: See TracChangeset for help on using the changeset viewer.