mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 15:14:48 +02:00
fix for Windows
This commit is contained in:
parent
85879fb02d
commit
84f9bed805
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user