1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

applied fix from Rob Richards to compile on Windows. Daniel

* nanoftp.c: applied fix from Rob Richards to compile on Windows.
Daniel
This commit is contained in:
Daniel Veillard
2005-04-05 21:48:57 +00:00
parent 5e371a048c
commit 6056ae93d3
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
* nanoftp.c: applied fix from Rob Richards to compile on Windows.
Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemas.c: Added "Type Derivation OK (Complex)" constraints

View File

@@ -94,9 +94,6 @@
#endif
#define SOCKET int
#endif
#if defined(VMS) || defined(__VMS)
#define XML_SOCKLEN_T unsigned int
#endif
#ifdef __BEOS__
#ifndef PF_INET
@@ -108,6 +105,10 @@
#define ss_family __ss_family
#endif
#ifndef XML_SOCKLEN_T
#define XML_SOCKLEN_T unsigned int
#endif
#define FTP_COMMAND_OK 200
#define FTP_SYNTAX_ERROR 500
#define FTP_GET_PASSWD 331