The INIT.ASM in this directory is a modified version of the INIT.ASM from
MetaWare High C++ version 3.1, included in this release of TNT DOS-Extender by 
permission of MetaWare, Inc.

The initialization of the start of the heap has been changed to support
application programs that use DLLs, a feature added in the 6.0 version
of TNT DOS-Extender.  Without this change, programs built with High C++
version 3.1 cannot use DLLs (the heap will conflict with the memory used
to load the DLLs).

To use this version of INIT.ASM, replace it in the High C++ library
(HC386.LIB) with the command:

	386lib hc386.lib -rep init.obj

If you are using a version of High C++ earlier that 3.1, you must update
to version 3.1 or later to obtain support for using DLLs.  Versions
3.11 and later of High C++ support DLLs with no modification.
