David FLEURY wrote:
> Le 24/03/2013 10:33, David FLEURY a écrit :
> > 
> > [...]
> > struct dirent
> > {
> >     char d_name[1];
> > };
> >
> > which declare for WIN32 a fake struct dirent.
> > [...]

It is intended to be defined like this by POSIX because the real length
of the array should match the size of the filename: 
http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html

> Obviously, this is not the solution (because this struct is used),
> nevertheless I still got this issue.
> If someone has an idea...

Is your system with native 'struct dirent' a real Windows or do it
masquerade as Windows?


Regards,

Micha
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to