[svn] / branches / release-1_1-branch / xvidcore / dshow / src / debug.h Repository:
ViewVC logotype

Diff of /branches/release-1_1-branch/xvidcore/dshow/src/debug.h

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

revision 1714, Mon Jul 10 15:05:30 2006 UTC revision 1715, Mon Jul 10 15:21:49 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.1714  
changed lines
  Added in v.1715

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