David FLEURY wrote: > Le 24/03/2013 13:16, Michael Baeuerle a écrit : > > David FLEURY wrote: > > > > Is your system with native 'struct dirent' a real Windows or do it > > masquerade as Windows? > > No, it's a masquerade to emulate it. > > On my side, I have unactivate one (the one from ACE framework).
If you find a way to detect your emulation, the switch can maybe extended with something like: #if defined(WIN32) ... && !defined(__ACE__) to use the POSIX code path. But this is likely not sufficient. #ifdef(WIN32) is used in many places, and I think FLTK expect the real Windows behaviour in the other places too. Regards, Micha _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
