Ignore:
Timestamp:
Aug 17, 1999, 9:30:50 PM (26 years ago)
Author:
phaller
Message:

Fix: ODINWRAP, OS2SEL, PROFILE, LZ32

File:
1 edited

Legend:

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

    r511 r537  
    1 /* $Id: initterm.cpp,v 1.3 1999-08-16 16:55:32 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.4 1999-08-17 19:30:49 phaller Exp $ */
    22
    33/*
     
    3434#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
    3535
    36 extern "C" {
    37 void CDECL _ctordtorInit( void );
    38 void CDECL _ctordtorTerm( void );
    39 }
    40 
    4136/*-------------------------------------------------------------------*/
    4237/* A clean up routine registered with DosExitList must be used if    */
     
    5651/* calling this function.                                                   */
    5752/****************************************************************************/
    58 unsigned long SYSTEM _DLL_InitTerm(unsigned long hModule, unsigned long
    59                                    ulFlag)
     53unsigned long SYSTEM _DLL_InitTerm(unsigned long hModule,
     54                                   unsigned long ulFlag)
    6055{
    61    size_t i;
    6256   APIRET rc;
    6357
     
    7064   switch (ulFlag) {
    7165      case 0 :
    72          _ctordtorInit();
    7366
    7467         /*******************************************************************/
     
    9790static void APIENTRY cleanup(ULONG ulReason)
    9891{
    99    _ctordtorTerm();
    10092   DosExitList(EXLST_EXIT, cleanup);
    10193   return ;
Note: See TracChangeset for help on using the changeset viewer.