Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 481 → Rev 482

/trunk/telegraphics_common/tt/dbg_win.c
21,5 → 21,7
#include "str.h"
 
void dbg(TCHAR *s){
#ifdef DEBUG
MessageBox(NULL,s,TEXT("plugin debug"),0);
#endif
}