- include/win32config.h: bug #56801 Yon Derek provided a patch

to the windows config file.
Daniel
This commit is contained in:
Daniel Veillard 2001-06-28 13:12:11 +00:00
parent 87ee914013
commit 12f7d29420
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* include/win32config.h: bug #56801 Yon Derek provided a patch
to the windows config file.
Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xpointer.c include/win32config.h win32/libxml2/libxml2.def.src

View File

@ -10,10 +10,14 @@
#include <io.h>
#ifndef LIBXML_DLL_IMPORT
#if !defined(STATIC)
#define LIBXML_DLL_IMPORT __declspec(dllimport)
#else
#define LIBXML_DLL_IMPORT
#endif
#define SOCKLEN_T int
#endif
#define SOCKLEN_T int
#ifdef NEED_SOCKETS
#include <winsock2.h>