#include "libxml.h"
#include <stdlib.h>
#include <stdio.h>
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED)
#include <windows.h>
#include <string.h>
#include <assert.h>
static char *testfiles[] = {
};
#endif
#ifndef xmlGenericErrorContext
#endif
{
} else {
}
if (myDoc) {
} else {
printf("parse failed\n");
okay = 0;
}
if (xmlDoValidityCheckingDefaultValue != 0) {
printf("ValidityCheckingDefaultValue override failed\n");
okay = 0;
}
if (xmlGenericErrorContext != stdout) {
printf("xmlGenericErrorContext override failed\n");
okay = 0;
}
} else {
if (xmlDoValidityCheckingDefaultValue != 1) {
printf("ValidityCheckingDefaultValue override failed\n");
okay = 0;
}
if (xmlGenericErrorContext != stderr) {
printf("xmlGenericErrorContext override failed\n");
okay = 0;
}
}
if (okay == 0)
}
int
main()
{
unsigned int i, repeat;
{
for (i = 0; i < num_threads; i++)
{
results[i] = 0;
}
for (i = 0; i < num_threads; i++)
{
{
perror("CreateThread");
exit(1);
}
}
perror ("WaitForMultipleObjects failed");
for (i = 0; i < num_threads; i++)
{
if (ret == 0)
{
perror("GetExitCodeThread");
exit(1);
}
CloseHandle (tid[i]);
}
for (i = 0; i < num_threads; i++) {
}
}
return (0);
}
#else /* !LIBXML_THREADS_ENABLED */
int
main()
{
return (0);
}
#endif