[Bug 51796] New: io.h and direct.h are missing from winelib
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(a)winehq.org Reporter: kolan_n(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51796 --- Comment #1 from Alexandre Julliard <julliard(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51796 KOLANICH <kolan_n(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from KOLANICH <kolan_n(a)mail.ru> --- Thanks. It has solved this issue, but caused a bunch of other issues breaking compilation, such as definitions conflicts. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51796 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #3 from André H. <nerv(a)dawncrow.de> --- closing invalid -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla