Browse Source

remove empty #ifdef

nfactor-troky
Kano 11 years ago
parent
commit
b9c19a9353
  1. 3
      usbutils.c

3
usbutils.c

@ -579,8 +579,7 @@ static void cgusb_check_init() @@ -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>

Loading…
Cancel
Save