]> code.delx.au - gnu-emacs/blobdiff - src/w32heap.c
Fix C99 incompatibilities in Cairo code
[gnu-emacs] / src / w32heap.c
index ee0eb161502e448f80e1931d7d9b0375f7f406f3..47ffec1c30383d9981d7104ce1227fbb2914e654 100644 (file)
@@ -115,9 +115,9 @@ typedef struct _RTL_HEAP_PARAMETERS {
    to build only the first bootstrap-emacs.exe with the large size,
    and reset that to a lower value afterwards.  */
 #if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (18*1024*1024)
+# define DUMPED_HEAP_SIZE (19*1024*1024)
 #else
-# define DUMPED_HEAP_SIZE (11*1024*1024)
+# define DUMPED_HEAP_SIZE (12*1024*1024)
 #endif
 
 static unsigned char dumped_data[DUMPED_HEAP_SIZE];