Re: winegcc: Add Macho-o lib detection support

2010-11-08 Thread André Hentschel
Am 08.11.2010 19:27, schrieb Charles Davis: > On 11/8/10 10:52 AM, André Hentschel wrote: >> @@ -321,7 +321,8 @@ static int check_platform( struct options *opts, const >> char *file ) >> unsigned char header[16]; >> if (read( fd, header, sizeof(header) ) == sizeof(header)) >>

Re: winegcc: Add Macho-o lib detection support

2010-11-08 Thread Charles Davis
On 11/8/10 10:52 AM, André Hentschel wrote: > @@ -321,7 +321,8 @@ static int check_platform( struct options *opts, const > char *file ) > unsigned char header[16]; > if (read( fd, header, sizeof(header) ) == sizeof(header)) > { > -/* FIXME: only ELF is suppor