view loader/config.h @ 19350:40527c0a1387

Make sure we do not print the obsolete skin path when we did not find any skin. Closes bug #550
author reimar
date Mon, 07 Aug 2006 17:46:20 +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