00001 // 00002 // 00003 // 00004 00005 // #define _DEBUG 00006 00007 #ifdef _DEBUG 00008 void FAR _cdecl 00009 TRACE( 00010 LPTSTR lpszFormat, 00011 ...); 00012 00013 #else 00014 #define TRACE 0?0: 00015 #endif