Re: [Mingw-w64-public] wine apis in ntdll.def??

2021-12-06 Thread sotrdg sotrdg
I can just directly invoke Linux syscalls with inline assembly for example. Sent from Mail for Windows From: JonY via Mingw-w64-public Sent: Monday, December 6, 2021 7:37:31 PM To: mingw-w64-public@lists.sourceforge

Re: [Mingw-w64-public] wine apis in ntdll.def??

2021-12-06 Thread JonY via Mingw-w64-public
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 frien

Re: [Mingw-w64-public] wine apis in ntdll.def??

2021-12-06 Thread unlvsur unlvsur
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. Get Outlook for Android From: Biswapriyo Nath Sent: Saturday, December 4, 2021 3:20:00 PM To: ming