Commit 369e0cfa authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

advapi32: Bump random buffer size.

parent 66b1a4f3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment