[svn] / trunk / xvidcore / dshow / src / debug.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/dshow/src/debug.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1895, Fri Oct 15 16:20:48 2010 UTC revision 1896, Sat Oct 16 12:20:30 2010 UTC
# Line 7  Line 7 
7    
8  void OutputDebugStringf(char *fmt, ...)  void OutputDebugStringf(char *fmt, ...)
9  {  {
10    #ifdef _DEBUG
11          va_list args;          va_list args;
12          char buf[DPRINTF_BUF_SZ];          char buf[DPRINTF_BUF_SZ];
13    
14          va_start(args, fmt);          va_start(args, fmt);
15          vsprintf(buf, fmt, args);          vsprintf(buf, fmt, args);
16          OutputDebugString(buf);          OutputDebugString(buf);
17    #endif
18  }  }

Legend:
Removed from v.1895  
changed lines
  Added in v.1896

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4