1
0
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:
Daniel Veillard
2001-04-16 17:46:18 +00:00
parent e043ee17c2
commit 2d90de4b16
10 changed files with 1702 additions and 371 deletions

View File

@@ -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 */