16 lines
127 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// #define _DEBUG
#ifdef _DEBUG
void FAR _cdecl
TRACE(
LPTSTR lpszFormat,
...);
#else
#define TRACE 0?0:
#endif