From: risso Date: Thu, 21 Jul 2005 18:12:41 +0000 (+0000) Subject: Added a definition for SIZEOF_LONG_LONG for Cygnus compilation (win32). X-Git-Tag: libpcap-1.1.0~589 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/a0f5f72985d706d1507a07d8ee3c81cb5d99b3a1 Added a definition for SIZEOF_LONG_LONG for Cygnus compilation (win32). --- diff --git a/pcap-stdinc.h b/pcap-stdinc.h index fa5ea26b..12810247 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