aboutsummaryrefslogtreecommitdiffstats
path: root/testThreadsWin32.c
Commit message (Collapse)AuthorAgeFilesLines
* Big space and tab cleanupDaniel Veillard2012-09-111-3/+3
| | | | Remove all space before tabs and space and tabs at end of lines.
* repositioned #include for libxml.h to avoid compilation error on someWilliam M. Brack2007-01-311-1/+1
| | | | | | | | * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c, xmlwriter.c: repositioned #include for libxml.h to avoid compilation error on some architectures (bug #398277) svn path=/trunk/; revision=3578
* broke verlong linesIgor Zlatkovic2002-10-311-4/+8
|
* applied Serguei Narojnyi's patch to add native thread support on the Win32Daniel Veillard2002-01-131-0/+146
* 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