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 |
r241422 | r241423 | |
---|---|---|
60 | 60 | |
61 | 61 | #define caddr_t char* |
62 | 62 | |
63 | #if defined(_MSC_VER) && (_ | |
63 | #if defined(_MSC_VER) && (_MSC_VER < 1500) | |
64 | 64 | #define snprintf _snprintf |
65 | 65 | #define vsnprintf _vsnprintf |
66 | 66 | #define strdup _strdup |
https://github.com/mamedev/mame/commit/63682564b2d06af646027d50ec9db384c7fb3aa0 |
Previous | 199869 Revisions | Next |