[svn] / tags / release-1_1_3-final / xvidcore / dshow / src / debug.h Repository:
ViewVC logotype

View of /tags/release-1_1_3-final/xvidcore/dshow/src/debug.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1781 - (download) (annotate)
Thu Jun 28 15:16:38 2007 UTC (16 years, 11 months ago)
File size: 315 byte(s)
This commit was manufactured by cvs2svn to create tag 'release-1_1_3-final'.
#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