advapi32: Bump random buffer size.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54364
This commit is contained in:
Hans Leidekker 2023-01-25 15:20:43 +01:00 committed by Alexandre Julliard
parent 66b1a4f333
commit 369e0cfae6

View file

@ -2390,7 +2390,7 @@ static CRITICAL_SECTION_DEBUG random_debug =
};
static CRITICAL_SECTION random_cs = { &random_debug, -1, 0, 0, 0, 0 };
#define MAX_CPUS 128
#define MAX_CPUS 256
static char random_buf[sizeof(SYSTEM_INTERRUPT_INFORMATION) * MAX_CPUS];
static ULONG random_len;
static ULONG random_pos;