*** emacs-20.3.1/src/w32heap.c Thu Apr 16 21:59:37 1998 --- emacs-20.3.2/src/w32heap.c Tue Sep 01 22:19:22 1998 *************** *** 157,163 **** unsigned long end = 1 << VALBITS; /* 256MB */ void *ptr = NULL; ! #if NTHEAP_PROBE_BASE /* This is never normally defined */ /* Try various addresses looking for one the kernel will let us have. */ while (!ptr && (base < end)) { --- 157,164 ---- unsigned long end = 1 << VALBITS; /* 256MB */ void *ptr = NULL; ! #define NTHEAP_PROBE_BASE 1 ! #if NTHEAP_PROBE_BASE /* Try various addresses looking for one the kernel will let us have. */ while (!ptr && (base < end)) {