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) |