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

applied Serguei Narojnyi's patch to add native thread support on the Win32

* threads.c: applied Serguei Narojnyi's patch to add native
  thread support on the Win32 platform
* testThreadsWin32.c Makefile.am: added the test program also
  from Serguei, Win32 specific
* include/win32config.h include/libxml/xmlwin32version.h.in:
  added patch from Igor for the Windows thread specific defines.
Daniel
This commit is contained in:
Daniel Veillard
2002-01-13 13:35:00 +00:00
parent 845cce4cf1
commit db0eb8df5a
8 changed files with 285 additions and 4 deletions

View File

@ -67,6 +67,15 @@ extern void xmlCheckVersion(int version);
#define WITHOUT_TRIO
#endif
/**
* LIBXML_THREADS_ENABLED:
*
* Whether the thread support is configured in
*/
#if 0
#define LIBXML_THREAD_ENABLED
#endif
/**
* LIBXML_FTP_ENABLED:
*