fpc/rtl/win16
pierre a72434e93a Trial to clarify heap for i8086 issues:
- MSDOS heap in tinyheap.inc modified to use usual
  SysGetMem and similar names.
  - Use HAS_MEMORYMANAGER (used previously in wince source code,
  to specify that a memory manager is defined elsewhere than inside
  heap.inc include file.
  - Use
  - Remove TinyHeapMemoryManager Structure variable completely

  heaptrc.pp: remove unneeded macro code after name changes of tinyheap.inc

  msdos/system.pp now only defines HAS_MEMORYMANAGER macro
  win16/system.pp defines HAS_MEMORYMANAGER and FPC_NO_DEFAULT_HEAP
  as it still uses a different memory manager.
  __stkbottom variable added for win16 system.pp as it is required
  by i8086 specific stack check code.

git-svn-id: trunk@33983 -
2016-06-13 22:26:03 +00:00
..
dos.pp * use the GetDOSEnvironment win16api function to obtain a pointer to the 2015-09-29 14:10:58 +00:00
dynlibs.inc + added unit dynlibs to the win16 rtl 2015-10-01 13:10:40 +00:00
glbheap.inc + implemented a win16 heap manager for the far data memory models, using the 2015-09-27 13:00:27 +00:00
glbheaph.inc + implemented a win16 heap manager for the far data memory models, using the 2015-09-27 13:00:27 +00:00
locheap.inc
locheaph.inc
Makefile o basic extended pascal support: 2015-11-15 15:13:36 +00:00
Makefile.fpc o basic extended pascal support: 2015-11-15 15:13:36 +00:00
prt0c.asm
prt0comn.asm
prt0h.asm
prt0l.asm
prt0m.asm
prt0s.asm
registers.inc
rtldefs.inc
sysdir.inc + zero seg regs prior to use in the win16 system unit dir functions as well 2015-09-27 23:57:57 +00:00
sysdl.inc + win16 implementation of a dynlib manager in the system unit 2015-09-29 16:31:17 +00:00
sysdlh.inc + win16 implementation of a dynlib manager in the system unit 2015-09-29 16:31:17 +00:00
sysfile.inc * Fix compilation for win16 OS with -dSYSTEMDEBUG 2016-05-20 15:58:27 +00:00
sysheap.inc
sysos.inc * only clear DS and ES instead of fillchar-ing the whole Registers record in 2015-09-27 23:52:33 +00:00
sysosh.inc
system.pp Trial to clarify heap for i8086 issues: 2016-06-13 22:26:03 +00:00
win31.pp + added the win16api driver support functions 2015-09-24 19:49:19 +00:00
winprocs.inc
winprocs.pp + added the win16api string formatting support functions 2015-09-24 19:09:25 +00:00
winprocsh.inc + added the win16api string formatting support functions 2015-09-24 19:09:25 +00:00
wintypes.inc + added the win16api comm support functions 2015-09-24 17:02:45 +00:00
wintypes.pp