mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
fix for Windows
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user