view loader/config.h @ 18080:7327ead03337

fixes and cleanup for windows fullscreen switching (restore old position, fullscreen on current monitor).
author reimar
date Wed, 12 Apr 2006 14:20:51 +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