Ignore:
Timestamp:
Oct 25, 1999, 12:53:25 AM (26 years ago)
Author:
sandervl
Message:

Shared memory mapping changes

File:
1 edited

Legend:

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

    r1410 r1432  
    1 /* $Id: initterm.cpp,v 1.16 1999-10-23 12:34:46 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.17 1999-10-24 22:51:21 sandervl Exp $ */
    22
    33/*
     
    4040#include <odinlx.h>
    4141#include "oslibmisc.h"
     42#include "heapshared.h"
    4243
    4344/*-------------------------------------------------------------------*/
     
    101102            CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    102103
     104            if(InitializeSharedHeap() == FALSE)
     105                return 0UL;
     106
    103107            if(RegisterLxDll(hModule, 0, 0) == FALSE)
    104108                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.