Browse Source

remove empty #ifdef

Kano 13 years ago
parent
commit
b9c19a9353
1 changed files with 1 additions and 2 deletions
  1. 1 2
      usbutils.c

+ 1 - 2
usbutils.c

@@ -579,8 +579,7 @@ static void cgusb_check_init()
 	mutex_unlock(&cgusb_lock);
 }
 
-#ifdef WIN32
-#else
+#ifndef WIN32
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>