Mercurial > hg > xemacs-beta
diff src/ntheap.c @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 30d2cfa1092a |
children | cc15677e0335 |
line wrap: on
line diff
--- a/src/ntheap.c Mon Aug 13 11:00:13 2007 +0200 +++ b/src/ntheap.c Mon Aug 13 11:01:07 2007 +0200 @@ -276,7 +276,7 @@ /* Query the region at the end of the committed heap */ void *tmp; MEMORY_BASIC_INFORMATION info; - SIZE_T size; + DWORD size; unsigned char* base = get_heap_end (); unsigned char* end = base + get_reserved_heap_size () - get_committed_heap_size (); VirtualQuery (base, &info, sizeof info);