[PATCH] ping: Implemented -n functionality.

Alex Henrie alexhenrie24 at gmail.com
Mon Feb 19 22:17:00 CST 2018


2018-02-19 20:11 GMT-07:00 Isira Seneviratne <isirasen96 at gmail.com>:
> How do I link the ws2_32 dll?

Add this line to programs/ping/Makefile.in:

IMPORTS   = ws2_32

See programs/netstat/Makefine.in for an example.

-Alex



More information about the wine-devel mailing list