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

This commit is contained in:
Alexandre Julliard 2006-11-15 11:31:41 +01:00
parent 8bb10f1082
commit 6fa6cc7e83
1 changed files with 1 additions and 1 deletions

View File

@ -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)