dect
/
libpcap
Archived
13
0
Fork 0

Added a definition for SIZEOF_LONG_LONG for Cygnus compilation (win32).

This commit is contained in:
risso 2005-07-21 18:13:27 +00:00
parent ead1c1c763
commit fbcbb84504
1 changed files with 3 additions and 0 deletions

View 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