mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Patches for WIN32, Daniel.
This commit is contained in:
parent
13c757ef89
commit
f341f93011
@ -1,3 +1,7 @@
|
||||
Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* nanoftp.c, win32config.h.in: patches to compile on WIN32
|
||||
|
||||
Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
|
||||
|
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#define INCLUDE_WINSOCK
|
||||
#include "win32config.h"
|
||||
#else
|
||||
#include "config.h"
|
||||
|
@ -50,6 +50,8 @@
|
||||
#define EREMOTE WSAEREMOTE
|
||||
#endif /* INCLUDE_WINSOCK */
|
||||
|
||||
#define HAVE_ISINF #define HAVE_ISNAN
|
||||
|
||||
#include <math.h>
|
||||
static int isinf (double d) {
|
||||
int expon = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user