Changeset 951 for trunk/src/avifil32


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

Initterm creates LX image object during initialization

Location:
trunk/src/avifil32
Files:
2 edited

Legend:

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

    r936 r951  
    1 /* $Id: initterm.cpp,v 1.1 1999-09-15 10:24:40 phaller Exp $ */
     1/* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:05 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  :
  • trunk/src/avifil32/makefile

    r937 r951  
    1 # $Id: makefile,v 1.2 1999-09-15 10:38:50 phaller Exp $
     1# $Id: makefile,v 1.3 1999-09-15 23:26:05 sandervl Exp $
    22
    33#
     
    4343
    4444clean:
    45         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     45        $(RM) *.obj *.lib *.dll *.map *.pch
    4646        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    4747        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.