ping: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-02 09:35:25 +02:00
parent cf39ae8962
commit 7497710839
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,7 @@
MODULE = ping.exe
APPMODE = -mconsole
IMPORTS = ws2_32 iphlpapi
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
ping_main.c

View File

@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "winsock2.h"
#include "ws2tcpip.h"
#include "iphlpapi.h"
@ -30,9 +28,6 @@
#include <string.h>
#include <icmpapi.h>
#include <limits.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <windows.h>