Patches for WIN32, Daniel.

This commit is contained in:
Daniel Veillard 2000-02-02 14:52:08 +00:00
parent 13c757ef89
commit f341f93011
3 changed files with 7 additions and 0 deletions

View File

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

View File

@ -6,6 +6,7 @@
*/
#ifdef WIN32
#define INCLUDE_WINSOCK
#include "win32config.h"
#else
#include "config.h"

View File

@ -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;