|
From: David B. <db...@ta...> - 2007-12-30 11:27:55
|
Hi, It appears that the default mingw environment does not provide scandir. What is the preferred way to work around this? My program currently has its own replacement that gets called in the Windows cross-build by means of some "ifdef WIN32" statements. From some googling, it seems that GNU's Gnulib is intended to address this category of issues, but it does not seem to include scandir. Thanks for any suggestions, -- David Bruce |