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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user