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

    r511 r951  
    1 /* $Id: initterm.cpp,v 1.5 1999-08-16 16:55:33 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.6 1999-09-15 23:26:10 sandervl Exp $ */
    22
    33/*
     
    3434#include <misc.h>       /*PLF Wed  98-03-18 23:19:26*/
    3535#include <odin.h>
     36#include <win32type.h>
     37#include <odinlx.h>
    3638#include "aux.h"
    3739
     
    7981         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8082
     83         if(RegisterLxDll(hModule, 0, 0) == FALSE)
     84                return 0UL;
     85
    8186         /*******************************************************************/
    8287         /* A DosExitList routine must be used to clean up if runtime calls */
     
    9196      case 1 :
    9297         auxOS2Close(); /* SvL: Close aux device if necessary */
     98         UnregisterLxDll(hModule);
    9399         break;
    94100      default  :
Note: See TracChangeset for help on using the changeset viewer.