aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index cd1324cc867..510f6762bbe 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -118,7 +118,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
118#if defined _WIN64 || defined WIDE_EMACS_INT 118#if defined _WIN64 || defined WIDE_EMACS_INT
119# define DUMPED_HEAP_SIZE (21*1024*1024) 119# define DUMPED_HEAP_SIZE (21*1024*1024)
120#else 120#else
121# define DUMPED_HEAP_SIZE (12*1024*1024) 121# define DUMPED_HEAP_SIZE (13*1024*1024)
122#endif 122#endif
123 123
124static unsigned char dumped_data[DUMPED_HEAP_SIZE]; 124static unsigned char dumped_data[DUMPED_HEAP_SIZE];