Re: [Mingw-w64-public] Extending mingw-w64's dirent.h/c functionality

2010-07-25 Thread Doug Semler
On Thursday, July 22, 2010 09:44:08 Ozkan Sezer wrote: > On Thu, Jul 22, 2010 at 12:29 PM, Ruben Van Boxem > > wrote: > > Hi, > > > > Would it be feasable to provide an extension to the POSIX dirent.h > > functionality? I found a small patch in some compatibility layer (in git > > source) that a

Re: [Mingw-w64-public] Extending mingw-w64's dirent.h/c functionality

2010-07-22 Thread Ozkan Sezer
On Thu, Jul 22, 2010 at 12:29 PM, Ruben Van Boxem wrote: > Hi, > > Would it be feasable to provide an extension to the POSIX dirent.h > functionality? I found a small patch in some compatibility layer (in git > source) that adds d_type to the DIR structure, which is currently missing. I > discover

[Mingw-w64-public] Extending mingw-w64's dirent.h/c functionality

2010-07-22 Thread Ruben Van Boxem
Hi, Would it be feasable to provide an extension to the POSIX dirent.h functionality? I found a small patch in some compatibility layer (in git source) that adds d_type to the DIR structure, which is currently missing. I discovered this when testing the POSIX code I was writing to list all files i