[PATCH] ping: Implemented -n functionality.

Zebediah Figura z.figura12 at gmail.com
Sat Feb 17 09:27:24 CST 2018


On 16/02/18 23:42, Alex Henrie wrote:
> Hello Isira, and thanks for your interest in contributing to Wine! If
> I remember correctly, ping.exe was supposed to call IcmpSendEcho, but
> no one has written the code yet. Can you rewrite your patch using
> IcmpSendEcho instead of calling the external Unix command?
> 
> -Alex
> 
> 

Yes, in general we want to call into Windows APIs where possible,
leaving the Windows -> host translation to the lowest level.



More information about the wine-devel mailing list