Windows NT 3.1/3.10.340.1: Difference between revisions

From BetaArchive Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
'''Windows NT 3.1 build 340''' is a pre-release build of [[Windows NT 3.1]]. It was provided a compatibility dll (<code>BETA2.DLL</code>) for linking older applications to use the new Heap functions.
'''Windows NT 3.1 build 340''' is a pre-release build of [[Windows NT 3.1]]. It has provided a compatibility dll (<code>BETA2.DLL</code>) for linking older applications to use the new Heap functions.


<code>BETA2.DLL</code> Compatibility library included in this build provided the following exports:
<code>BETA2.DLL</code> Compatibility library included in this build provided the following exports:

Latest revision as of 16:41, 5 January 2021

Windows NT 3.1 build 340 is a pre-release build of Windows NT 3.1. It has provided a compatibility dll (BETA2.DLL) for linking older applications to use the new Heap functions.

BETA2.DLL Compatibility library included in this build provided the following exports:

  • RtlExAllocateHeap
  • RtlExReAllocateHeap
  • RtlExFreeHeap
  • RtlExSizeHeap
  • RtlAllocateHeap = NTDLL.RtlAllocateHeap
  • RtlReAllocHeap = NTDLL.RtlReAllocateHeap
  • RtlFreeHeap = NTDLL.RtlFreeHeap
  • RtlSizeHeap = NTDLL.RtlSizeHeap
  • RtlUnwind = PreBeta2RtlUnwind
  • NtCurrentTeb = NTDLL.NtCurrentTeb