From fbcbb845045c139136158e0da618f374cefbde11 Mon Sep 17 00:00:00 2001 From: risso Date: Thu, 21 Jul 2005 18:13:27 +0000 Subject: [PATCH] Added a definition for SIZEOF_LONG_LONG for Cygnus compilation (win32). --- pcap-stdinc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pcap-stdinc.h b/pcap-stdinc.h index fa5ea26..1281024 100644 --- a/pcap-stdinc.h +++ b/pcap-stdinc.h @@ -33,6 +33,9 @@ #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 +#ifndef _MSC_EXTENSIONS +#define SIZEOF_LONG_LONG 8 +#endif /* * Avoids a compiler warning in case this was already defined