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

View of /xvidcore/dshow/src/debug.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4.2.2 - (download) (annotate)
Mon Jul 10 15:19:58 2006 UTC (17 years, 9 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_3-final, release-1_1_3, release-1_1_2, release-1_1_1-final
Changes since 1.4.2.1: +1 -11 lines
- back ported some important bug fixes from head to release-1_1-branch
#ifndef _DSHOW_DEBUG_
#define _DSHOW_DEBUG_

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif

void OutputDebugStringf(char *fmt, ...);

#ifdef _DEBUG
#define DPRINTF OutputDebugStringf
#else
static __inline void 
DPRINTF(char *fmt, ...) { }
#endif

#ifdef __cplusplus
}
#endif

#endif /* _DSHOW_DEBUG */

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