Start to alter print output so it correctly simulates the MS 'route print'
[reactos.git] / reactos / apps / utils / net / ping / ping.xml
1 <module name="ping" type="win32cui" installbase="system32" installname="ping.exe">
2 <include base="ping">.</include>
3 <define name="__USE_W32API" />
4 <define name="__USE_W32_SOCKETS" />
5 <define name="_WIN32_IE">0x600</define>
6 <define name="_WIN32_WINNT">0x501</define>
7 <library>kernel32</library>
8 <library>ws2_32</library>
9 <file>ping.c</file>
10 <file>ping.rc</file>
11 </module>