mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Fix Cygwin build [2]
This commit is contained in:
parent
a8d5b68320
commit
82e41828ac
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user