fix for Windows

This commit is contained in:
Günter Obiltschnig 2017-06-21 15:42:48 +02:00
parent 85879fb02d
commit 84f9bed805

View File

@ -700,6 +700,7 @@ static const XML_Char implicitContext[] = {
};
#if !defined(EXPAT_POCO)
#if defined(HAVE_GETRANDOM) || defined(HAVE_SYSCALL_GETRANDOM)
# include <errno.h>
@ -773,7 +774,6 @@ writeRandomBytes_RtlGenRandom(void * target, size_t count) {
#endif /* _WIN32 */
#if !defined(EXPAT_POCO)
static unsigned long
gather_time_entropy(void)
{