https://bugs.winehq.org/show_bug.cgi?id=51796
Bug ID: 51796 Summary: io.h and direct.h are missing from winelib Product: Wine Version: 6.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winelib Assignee: wine-bugs@winehq.org Reporter: kolan_n@mail.ru Distribution: ---
While I can use `unistd.h` and `dirent.h`, I have to rewrite code in order to do that, and also have to have an abstraction layer, since these headers are not available in Visual Studio.
It'd be nice if winelib had them.
https://bugs.winehq.org/show_bug.cgi?id=51796
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- They are available but you have to build in msvcrt mode (-mno-cygwin) since the corresponding functions don't exist in the Unix libc.
https://bugs.winehq.org/show_bug.cgi?id=51796
KOLANICH kolan_n@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #2 from KOLANICH kolan_n@mail.ru --- Thanks. It has solved this issue, but caused a bunch of other issues breaking compilation, such as definitions conflicts.
https://bugs.winehq.org/show_bug.cgi?id=51796
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #3 from André H. nerv@dawncrow.de --- closing invalid