diff options
Diffstat (limited to 'src/unexw32.c')
-rw-r--r-- | src/unexw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexw32.c b/src/unexw32.c index 904447c3ec9..65f24ca27c1 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -48,7 +48,7 @@ extern char *my_begbss_static; #include "w32heap.h" /* Basically, our "initialized" flag. */ -BOOL using_dynamic_heap = FALSE; +BOOL using_dynamic_heap = TRUE; void get_section_info (file_data *p_file); void copy_executable_and_dump_data (file_data *, file_data *); |