14 lines
122 B
C
14 lines
122 B
C
//
|
|
//
|
|
//
|
|
|
|
#ifdef _DEBUG
|
|
void FAR _cdecl
|
|
TRACE(
|
|
LPTSTR lpszFormat,
|
|
...);
|
|
|
|
#else
|
|
#define TRACE 0?0:
|
|
#endif
|