2025-04-27 07:49:33 -04:00

14 lines
122 B
C

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