Mercurial > mplayer.hg
view loader/config.h @ 15540:91d210e8a19c
Make -wid behave more consistent.
Original patch by kiriuja |mplayer-patches >ta< en-directo >tod< net|
author | al |
---|---|
date | Sat, 21 May 2005 17:31:44 +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