OLD | NEW |
(Empty) | |
| 1 diff --git a/third_party/libxml/src/include/win32config.h b/third_party/libxml/s
rc/include/win32config.h |
| 2 index 3fc9be5..5112ce6 100644 |
| 3 --- a/third_party/libxml/src/include/win32config.h |
| 4 +++ b/third_party/libxml/src/include/win32config.h |
| 5 @@ -95,7 +95,9 @@ static int isnan (double d) { |
| 6 |
| 7 #if defined(_MSC_VER) |
| 8 #define mkdir(p,m) _mkdir(p) |
| 9 +#if _MSC_VER < 1900 |
| 10 #define snprintf _snprintf |
| 11 +#endif |
| 12 #if _MSC_VER < 1500 |
| 13 #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) |
| 14 #endif |
OLD | NEW |