[svn] / trunk / vfw / src / codec.h Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.h

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

revision 30, Sat Mar 16 11:40:48 2002 UTC revision 32, Sat Mar 16 11:50:20 2002 UTC
# Line 6  Line 6 
6  #include "config.h"  #include "config.h"
7  #include "xvid.h"  #include "xvid.h"
8    
9  #define DEBUG(X) OutputDebugString(X)  #define DEBUG(X)
10  #define DEBUG1(X,A) { char tmp[120]; wsprintf(tmp, "%s %i", (X), (A)); OutputDebugString(tmp); }  // OutputDebugString(X)
11    #define DEBUG1(X,A)
12    // { char tmp[120]; wsprintf(tmp, "%s %i", (X), (A)); OutputDebugString(tmp); }
13  #define DEBUG2(X,A,B)  #define DEBUG2(X,A,B)
14  // { char tmp[120]; wsprintf(tmp, "%s %i %i", (X), (A), (B)); OutputDebugString(tmp); }  // { char tmp[120]; wsprintf(tmp, "%s %i %i", (X), (A), (B)); OutputDebugString(tmp); }
15  #define DEBUG3(X,A,B,C)  #define DEBUG3(X,A,B,C)

Legend:
Removed from v.30  
changed lines
  Added in v.32

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