dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Guy Harris a1a7640419 Don't define or use any of the SIZEOF_ values.
We don't need or want them on UN*X (for one thing, we do fat builds on
OS X, and SIZEOF_LONG doesn't have the same value in ILP32 and LP64),
and don't need them on Windows, either (long is 32 bits in both Win32
and Win64).
2010-04-04 13:48:11 -07:00
risso 3d28325423 Added a couple of folders to the include path of Windows VisualC project, in order to properly compile libpcap with Dag support 2004-01-28 14:08:33 +00:00
risso 8e2c26124d Define HAVE_SNPRINTF and HAVE_VSNPRINTF under Windows.
A couple of fixes to the Windows project in order to avoid compilation problems.
2003-12-20 10:28:17 +00:00
guy 034610ee5b Add "/D _U_=" to make _U_ expand to nothing. 2003-11-15 23:37:07 +00:00
risso 33bca3b31c Removed the _DEBUG definition that was erroneusly set in the release version of the Win32 project. Replaced it with NDEBUG 2003-04-09 10:10:04 +00:00
risso 5101a35095 Added the Win32 project files, that allow to compile libpcap and include it in the WinPcap source tree to generate wpcap.dll. 2002-08-09 13:54:19 +00:00