mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
kernel32/tests: Reserve some more memory for the environment.
This commit is contained in:
parent
8bb10f1082
commit
6fa6cc7e83
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user