From b9c19a9353d054f0c037e1f3ee963af92cec4f96 Mon Sep 17 00:00:00 2001 From: Kano Date: Fri, 8 Feb 2013 02:17:28 +1100 Subject: [PATCH] remove empty #ifdef --- usbutils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usbutils.c b/usbutils.c index 88edb937..f0dd7c77 100644 --- a/usbutils.c +++ b/usbutils.c @@ -579,8 +579,7 @@ static void cgusb_check_init() mutex_unlock(&cgusb_lock); } -#ifdef WIN32 -#else +#ifndef WIN32 #include #include #include