From e5cc9d0bfa18cdce4270955083b05d1caeb2e440 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 25 Nov 2006 17:02:53 +0000 Subject: turn off excess debug messages on Mac OS X svn path=/trunk/externals/hcs/hid/; revision=6429 --- hid_darwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hid_darwin.c b/hid_darwin.c index ade0114..d406054 100644 --- a/hid_darwin.c +++ b/hid_darwin.c @@ -53,8 +53,8 @@ #include "hid.h" -//#define DEBUG(x) -#define DEBUG(x) x +#define DEBUG(x) +//#define DEBUG(x) x /*============================================================================== * GLOBAL VARS -- cgit v1.2.1