1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00

Fix Windows compiler warnings

Fixes bug 788317. Thanks to J. Peter Mugaas for the initial patch.
This commit is contained in:
Nick Wellnhofer
2017-10-25 16:21:23 +02:00
parent 8b4babb8f7
commit 8760bb2276
8 changed files with 33 additions and 34 deletions

View File

@@ -16,7 +16,9 @@
#include <stdlib.h>
#include <stdio.h>
#ifndef _REENTRANT
#define _REENTRANT
#endif
#include <libxml/xmlversion.h>
#if defined(LIBXML_THREAD_ENABLED) && defined(HAVE_PTHREAD_H)