Mercurial > mplayer.hg
view loader/config.h @ 20470:054516eecb9b
Better check for non-broken NSVf-header to avoid incorrect detection.
author | reimar |
---|---|
date | Sat, 28 Oct 2006 10:44:45 +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