2020-09-30 17:12:32 +02:00

16 lines
127 B
C

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