Ignore:
Timestamp:
Jun 19, 1999, 3:57:51 PM (26 years ago)
Author:
sandervl
Message:

Changes for Win32 TIB allocation (not activated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initterm.cpp

    r120 r123  
    1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.4 1999-06-19 13:57:51 sandervl Exp $ */
    22
    33/*
     
    3333#include <string.h>
    3434#include <misc.h>
     35#include <wprocess.h>
    3536
    3637extern "C" {
     
    128129            else   flAllocMem = 0;        // no high memory support
    129130
     131            InitializeTIB(TRUE);
    130132            break;
    131133        case 1 :
     
    146148    dprintf(("kernel32 exit\n"));
    147149    _dump_allocated(10);    /*PLF Wed  98-03-18 23:55:07*/
     150    DestroyTIB();
    148151    _ctordtorTerm();
    149152    CRT_term();
Note: See TracChangeset for help on using the changeset viewer.