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

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

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

revision 1670, Fri Dec 30 13:52:39 2005 UTC revision 1689, Sun Feb 26 01:52:34 2006 UTC
# Line 7  Line 7 
7  extern "C" {  extern "C" {
8  #endif  #endif
9    
10  static __inline void OutputDebugStringf(char *fmt, ...)  void OutputDebugStringf(char *fmt, ...);
 {  
         va_list args;  
         char buf[256];  
   
         va_start(args, fmt);  
         vsprintf(buf, fmt, args);  
         strcat(buf, "\n");  
         OutputDebugString(buf);  
         va_end(args);  
 }  
11    
12  #ifdef _DEBUG  #ifdef _DEBUG
13  #define DPRINTF OutputDebugStringf  #define DPRINTF OutputDebugStringf

Legend:
Removed from v.1670  
changed lines
  Added in v.1689

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