From: Zebediah Figura Subject: Re: [PATCH] ping: Implemented -n functionality. Message-Id: Date: Sat, 17 Feb 2018 09:27:24 -0600 In-Reply-To: References: 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.