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/psapi/initterm.cpp

    r814 r951  
    1 /* $Id: initterm.cpp,v 1.1 1999-09-04 09:09:03 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:08 sandervl Exp $ */
    22
    33/*
     
    3232#include <string.h>
    3333#include <odin.h>
     34#include <win32type.h>
     35#include <odinlx.h>
    3436#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
    3537
     
    7981         /*******************************************************************/
    8082
     83         if(RegisterLxDll(hModule, 0, 0) == FALSE)
     84                return 0UL;
     85
    8186         rc = DosExitList(0x0000F000|EXLST_ADD, cleanup);
    8287         if(rc)
     
    8590         break;
    8691      case 1 :
     92         UnregisterLxDll(hModule);
    8793         break;
    8894      default  :
Note: See TracChangeset for help on using the changeset viewer.