]> The Tcpdump Group git mirrors - libpcap/commitdiff
Added a definition for SIZEOF_LONG_LONG for Cygnus compilation (win32).
authorrisso <risso>
Thu, 21 Jul 2005 18:12:41 +0000 (18:12 +0000)
committerrisso <risso>
Thu, 21 Jul 2005 18:12:41 +0000 (18:12 +0000)
pcap-stdinc.h

index fa5ea26bb305365e590864cc6692e344407fc741..12810247e6e000f2722866d5beea9d7c754a0451 100644 (file)
@@ -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