mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
- include/win32config.h: bug #56801 Yon Derek provided a patch
to the windows config file. Daniel
This commit is contained in:
parent
87ee914013
commit
12f7d29420
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user