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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1634 - (download) (annotate)
Thu Sep 15 10:55:29 2005 UTC (18 years, 6 months ago) by suxen_drol
File size: 295 byte(s)
OutputDebugString cleanup
#ifndef _DSHOW_DEBUG_
#define _DSHOW_DEBUG_

#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