mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- xmlversion.h.in win32config.h win32/libxml2/*: applied
Igor Zlatkovic patches for MSC compilation and added his updates Daniel
This commit is contained in:
@@ -88,5 +88,13 @@ static int isnan (double d) {
|
||||
|
||||
#include <direct.h>
|
||||
|
||||
#define HAVE_SYS_STAT_H #define HAVE__STAT
|
||||
#define HAVE_SYS_STAT_H
|
||||
#define HAVE__STAT
|
||||
|
||||
/* Microsoft's C runtime names all non-ANSI functions with a leading
|
||||
underscore. Since functionality is still the same, they can be used. */
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
Reference in New Issue
Block a user