1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-25 14:04:25 +00:00

remove empty #ifdef

This commit is contained in:
Kano 2013-02-08 02:17:28 +11:00
parent bc5755233c
commit b9c19a9353

View File

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