do not undef DEBUG
This commit is contained in:
parent
11d017427f
commit
f42065a398
@ -52,7 +52,7 @@ static int ints_enabled = 0;
|
|||||||
static pthread_mutex_t int_wait = PTHREAD_MUTEX_INITIALIZER;
|
static pthread_mutex_t int_wait = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
||||||
#define NO_WINDRVR 1
|
#define NO_WINDRVR 1
|
||||||
#undef DEBUG
|
/* #define DEBUG 1 */
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define DPRINTF(format, args...) fprintf(stderr, format, ##args)
|
#define DPRINTF(format, args...) fprintf(stderr, format, ##args)
|
||||||
|
Reference in New Issue
Block a user