Mercurial > mplayer.hg
view loader/config.h @ 21076:e11d06eec202
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
author | diego |
---|---|
date | Mon, 20 Nov 2006 01:31:15 +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