From d18e400a88bdc4e5adcb00764c6a00accb78a904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 21 Jun 2017 15:42:48 +0200 Subject: [PATCH] fix for Windows --- XML/src/xmlparse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XML/src/xmlparse.cpp b/XML/src/xmlparse.cpp index 0a01721d5..0c7d09f55 100644 --- a/XML/src/xmlparse.cpp +++ b/XML/src/xmlparse.cpp @@ -700,6 +700,7 @@ static const XML_Char implicitContext[] = { }; +#if !defined(EXPAT_POCO) #if defined(HAVE_GETRANDOM) || defined(HAVE_SYSCALL_GETRANDOM) # include @@ -773,7 +774,6 @@ writeRandomBytes_RtlGenRandom(void * target, size_t count) { #endif /* _WIN32 */ -#if !defined(EXPAT_POCO) static unsigned long gather_time_entropy(void) {