dect
/
libpcap
Archived
13
0
Fork 0

Added the definition of strdup as _strdup under VC6.

This commit is contained in:
gianluca 2007-09-27 17:59:45 +00:00
parent 7cbdf2a3a2
commit 03c3f2e979
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.9 2007-04-01 21:43:55 guy Exp $ (LBL)
* @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.10 2007-09-27 17:59:45 gianluca Exp $ (LBL)
*/
#define SIZEOF_CHAR 1
@ -62,4 +62,5 @@
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strdup _strdup
#define inline __inline