Previous 199869 Revisions Next

r32911 Thursday 23rd October, 2014 at 19:50:00 UTC by smf
fixed the other __MSC_VER (nw)
[src/lib/winpcap]pcap-stdinc.h

trunk/src/lib/winpcap/pcap-stdinc.h
r241422r241423
6060
6161#define caddr_t char*
6262
63#if defined(_MSC_VER) && (__MSC_VER < 1500)
63#if defined(_MSC_VER) && (_MSC_VER < 1500)
6464#define snprintf _snprintf
6565#define vsnprintf _vsnprintf
6666#define strdup _strdup


Previous 199869 Revisions Next


© 1997-2024 The MAME Team