I can just directly invoke Linux syscalls with inline assembly for example.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows ________________________________ From: JonY via Mingw-w64-public <[email protected]> Sent: Monday, December 6, 2021 7:37:31 PM To: [email protected] <[email protected]> Cc: JonY <[email protected]> Subject: Re: [Mingw-w64-public] wine apis in ntdll.def?? On 12/4/21 20:25, unlvsur unlvsur wrote: > construct UNIX fd to win32 HANDLE or writing wine specific dlls That allow > portablities by using UNIX apis. It would be quite useful for me. > I don't think this is a good idea, such a program won't even run on Windows anymore. Use LoadLibrary and friends instead to probe and get the functions you need. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
