Commit 74977108 authored by Alexandre Julliard's avatar Alexandre Julliard

ping: Build with msvcrt.

parent cf39ae89
MODULE = ping.exe
APPMODE = -mconsole
IMPORTS = ws2_32 iphlpapi
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
ping_main.c
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment