Konstantin Petrov wrote:
(Patch edited)
There were the problem while I advert to dosdevices through WINE. I made the test (Windows vs Wine), which shows that in Windows there are available dosfiles (such as NUL, COM1, COM2,.., LPT1, ..), and in Wine aren't. The characteristic property of these files is that I can advert to them only directly. In other cases they are invisible.

patch for test

changelog
tests/file.c: added test of FindFirstFileA to check correct handling of advertments to dosdevices.
in you test cases, it would be worthwhile to test:
- that the dos devices are only used when the full name is used, and not in other cases (like with trailing ' ', or a trailing dot '.', or even a wild card) - FindNextFileEx should also be checked to ensure the enumeration stops after the first one

A+
--
Eric Pouech



Reply via email to