Fix Cygwin build [2]

This commit is contained in:
Anton Kochkov 2017-04-17 19:30:39 +08:00 committed by GitHub
parent a8d5b68320
commit 82e41828ac

View File

@ -505,7 +505,7 @@ static int apprentice_load(RMagic *ms, struct r_magic **magicp, ut32 *nmagicp, c
struct r_magic_entry *marray;
struct stat st;
int errs = 0;
#if __UNIX__
#if !__WINDOWS__
DIR *dir;
struct dirent *d;
char subfn[MAXPATHLEN];