Mercurial > mplayer.hg
view loader/config.h @ 16893:8091dc510d18
sync with 1.192 by PaulTT
author | ptt |
---|---|
date | Thu, 03 Nov 2005 00:38:11 +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