Commit 6fa6cc7e authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32/tests: Reserve some more memory for the environment.

parent 8bb10f10
......@@ -47,7 +47,7 @@ static char** myARGV;
/* ---------------- portable memory allocation thingie */
static char memory[1024*32];
static char memory[1024*256];
static char* memory_index = memory;
static char* grab_memory(size_t len)
......
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