At 01:19 PM 10/25/99 -0400, Craig Lanning wrote:
I'm a little confused by Andy's comment that mingw32
doesn't use the
subtype check code. The file ntheap.c gets compiled and linked into
temacs.exe by mingw32 so I assume that his comment is that the code
just doesn't get called. I am not sure why it doesn't get called.
ntheap.c is linked but the unexec part isn't used. This includes
cache_system_info (). Try this patch, it should fix things:
--- nt.c~ Thu Jul 15 09:58:41 1999
+++ nt.c Tue Oct 26 16:45:40 1999
@@ -608,7 +608,9 @@
"EMACSLOCKDIR",
"INFOPATH"
};
-
+#ifdef HEAP_IN_DATA
+ cache_system_info ();
+#endif
for (i = 0; i < countof (env_vars); i++)
{
if (!getenv (env_vars[i]) &&
andy
--------------------------------------------------------------
Dr Andy Piper
Senior Consultant Architect, BEA Systems Ltd