[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.6 - (download) (annotate)
Sun Feb 26 01:52:34 2006 UTC (18 years, 1 month ago) by suxen_drol
Branch: MAIN
CVS Tags: rc1_1_3_0, tag-branching-1_3_0, release-1_2_2, release-1_3_1, release-1_3_0, release-1_2_0, tag-branching-1_2_0, HEAD
Branch point for: release-1_3-branch, release-1_2-branch
Changes since 1.5: +1 -11 lines
add debug.c
#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