view loader/config.h @ 17391:64924488f301

Fix printing of audio fourcc in hex format Add explicit cast to fourcc print
author rtognimp
date Sat, 14 Jan 2006 19:24:55 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif