Mercurial > mplayer.hg
view loader/config.h @ 18442:71ab5399dd16
synced with 1.1284
author | gabrov |
---|---|
date | Thu, 11 May 2006 15:32:24 +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