Disabled debug output

master
Yevgen Muntyan 2007-04-12 10:19:54 -05:00
parent ac95f4e782
commit 8714029896
1 changed files with 5 additions and 5 deletions

View File

@ -47,14 +47,14 @@
#include "mooutils/moocompat.h"
#if defined(__WIN32__)
#define DEBUG_PRINT _moo_message_async
#elif 1
#define DEBUG_PRINT _moo_message
#else
#if 1
static void DEBUG_PRINT (G_GNUC_UNUSED const char *format, ...)
{
}
#elif defined(__WIN32__)
#define DEBUG_PRINT _moo_message_async
#else
#define DEBUG_PRINT _moo_message
#endif
typedef struct {