Ignore:
Timestamp:
Aug 17, 1999, 6:35:30 PM (26 years ago)
Author:
phaller
Message:

Fix: removed ODINCRT remains

File:
1 edited

Legend:

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

    r511 r529  
    1 /* $Id: initterm.cpp,v 1.9 1999-08-16 16:55:32 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.10 1999-08-17 16:35:09 phaller Exp $ */
    22
    33/*
     
    2828#define  INCL_DOSMISC
    2929#define  INCL_DOSPROCESS
    30 #include <os2wrap.h>    //Odin32 OS/2 api wrappers
     30#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3131#include <stdlib.h>
    3232#include <stdio.h>
     
    3535#include <wprocess.h>
    3636#include "handlemanager.h"
     37#include "profile.h"
    3738
    3839/*-------------------------------------------------------------------*/
     
    106107            else   flAllocMem = 0;        // no high memory support
    107108
    108             InitializeTIB(TRUE);
    109             //SvL: Do it here instead of during the exe object creation
    110             //(std handles can be used in win32 dll initialization routines
    111             HMInitialize();             /* store standard handles within HandleManager */
     109            InitializeTIB(TRUE);
     110            //SvL: Do it here instead of during the exe object creation
     111            //(std handles can be used in win32 dll initialization routines
     112            HMInitialize();             /* store standard handles within HandleManager */
    112113            break;
    113114        case 1 :
     
    127128{
    128129    dprintf(("kernel32 exit %d\n", ulReason));
     130    WriteOutProfiles();
    129131    _ctordtorTerm();
    130132    DestroyTIB();
Note: See TracChangeset for help on using the changeset viewer.