Changeset 534 for OCO/trunk/include/dbgos2.h
- Timestamp:
- Aug 8, 2010, 5:32:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/include/dbgos2.h
r526 r534 14 14 void far cdecl PrintfOut(char far *DbgStr , ...); 15 15 extern int dbglevel; 16 extern USHORT usInUseCount; 16 17 17 18 #ifdef __cplusplus … … 48 49 #endif 49 50 51 #define DEBUG_CAT 0xDD 52 typedef struct _DEBUGINFO { 53 USHORT usValid; 54 USHORT usInUseCount; 55 } DEBUGINFO; 56 50 57 #endif //__DBGOS2_H__
Note:
See TracChangeset
for help on using the changeset viewer.