Ignore:
Timestamp:
Sep 16, 1999, 1:26:11 AM (26 years ago)
Author:
sandervl
Message:

Initterm creates LX image object during initialization

File:
1 edited

Legend:

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

    r646 r951  
    1 /* $Id: initterm.cpp,v 1.13 1999-08-23 13:54:42 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.14 1999-09-15 23:26:07 sandervl Exp $ */
    22
    33/*
     
    3737#include "profile.h"
    3838#include "initterm.h"
     39#include <win32type.h>
     40#include <odinlx.h>
    3941
    4042/*-------------------------------------------------------------------*/
     
    9294
    9395            CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     96
     97            if(RegisterLxDll(hModule, 0, 0) == FALSE)
     98                return 0UL;
     99
    94100            /*******************************************************************/
    95101            /* A DosExitList routine must be used to clean up if runtime calls */
     
    114120            break;
    115121        case 1 :
     122            UnregisterLxDll(hModule);
    116123            break;
    117124        default  :
Note: See TracChangeset for help on using the changeset viewer.