view loader/config.h @ 14589:9635dcba8f29

Add half size entry to the GMPlayer menu. patch by Pierre Marc Dumuid <pierre dot dumuid at adelaide dot edu dot au> approved by Pontscho
author diego
date Tue, 25 Jan 2005 12:44:38 +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