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

View of /tags/release-1_3_3/dshow/src/debug.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2084 - (download) (annotate)
Tue Apr 8 20:33:59 2014 UTC (10 years ago) by Isibaar
File size: 315 byte(s)
Tag to release-1_3_3
#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