From 0ff1d601dfadfd19e286c021fd1288e8b8b4b7c2 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 31 Jul 2007 05:07:21 +0000 Subject: use yapp api for popup classes use fontservice for fame background colour add beta changelog url link to svn log use IPHLPAPI.dll if available, and use only one icmp file handle git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@316 4f64403b-2f21-0410-a795-97e2b3489a10 --- ping/rawping.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ping/rawping.h') diff --git a/ping/rawping.h b/ping/rawping.h index 1149180..23d9df1 100644 --- a/ping/rawping.h +++ b/ping/rawping.h @@ -9,11 +9,11 @@ #define ICMP_PROTO 1 // ICMP packet types -#define ICMP_ECHO_REPLY 0 -#define ICMP_DEST_UNREACH 3 -#define ICMP_TTL_EXPIRE 11 -#define ICMP_ECHO_REQUEST 8 -#define ICMP_SOURCE_QUENCH 4 +#define PT_ICMP_ECHO_REPLY 0 +#define PT_ICMP_DEST_UNREACH 3 +#define PT_ICMP_TTL_EXPIRE 11 +#define PT_ICMP_ECHO_REQUEST 8 +#define PT_ICMP_SOURCE_QUENCH 4 // Minimum ICMP packet size, in bytes #define ICMP_MIN 8 -- cgit v1.2.3