Last change
on this file since 107377 was 105420, checked in by vboxsync, 7 months ago |
libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730
|
-
Property svn:eol-style
set to
native
|
File size:
441 bytes
|
Line | |
---|
1 | #ifndef __LIBXML_WIN32_CONFIG__
|
---|
2 | #define __LIBXML_WIN32_CONFIG__
|
---|
3 |
|
---|
4 | #define HAVE_SYS_STAT_H
|
---|
5 | #define HAVE_STAT
|
---|
6 | #define HAVE_FCNTL_H
|
---|
7 |
|
---|
8 | #if defined(__MINGW32__) || (defined(_MSC_VER) && _MSC_VER >= 1600)
|
---|
9 | #define HAVE_STDINT_H
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | #if defined(_MSC_VER)
|
---|
13 | #if _MSC_VER < 1900
|
---|
14 | #define snprintf _snprintf
|
---|
15 | #endif
|
---|
16 | #if _MSC_VER < 1500
|
---|
17 | #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
|
---|
18 | #endif
|
---|
19 | #endif
|
---|
20 |
|
---|
21 | #endif /* __LIBXML_WIN32_CONFIG__ */
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.