| Previous | 199869 Revisions | Next |
| r32909 Thursday 23rd October, 2014 at 17:28:07 UTC by smf |
|---|
| fix building with MSVC (nw) |
| [src/lib/winpcap] | pcap-stdinc.h |
| r241420 | r241421 | |
|---|---|---|
| 66 | 66 | #define strdup _strdup |
| 67 | 67 | #endif |
| 68 | 68 | |
| 69 | #if defined(_MSC_VER) && (_ | |
| 69 | #if defined(_MSC_VER) && (_MSC_VER < 1700) | |
| 70 | 70 | #define inline __inline |
| 71 | 71 | #endif |
| 72 | 72 |
| https://github.com/mamedev/mame/commit/f889456b7c684b114909afa122c0409bd2bf5223 |
| Previous | 199869 Revisions | Next |