Ignore:
Timestamp:
Feb 14, 2001, 12:41:04 PM (25 years ago)
Author:
sandervl
Message:

initterm call fixes

File:
1 edited

Legend:

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

    r3993 r5130  
    1 /* $Id: initterm.cpp,v 1.12 2000-08-11 10:56:27 sandervl Exp $ */
    2 
    31/*
    42 * DLL entry point
     
    3634#include <odinlx.h>
    3735#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
     36#include <initdll.h>
     37
    3838#define DBG_LOCALLOG    DBG_initterm
    3939#include "dbglocal.h"
    4040
    4141extern "C" {
    42 void CDECL _ctordtorInit( void );
    43 void CDECL _ctordtorTerm( void );
    44 
    4542 //Win32 resource table (produced by wrc)
    4643 extern DWORD _Resource_PEResTab;
     
    6259
    6360   case DLL_PROCESS_DETACH:
    64         _ctordtorTerm();
     61        __ctordtorTerm();
    6562        return TRUE;
    6663   }
     
    8986   switch (ulFlag) {
    9087      case 0 :
    91          _ctordtorInit();
     88         __ctordtorInit();
    9289
    9390         ParseLogStatus();
Note: See TracChangeset for help on using the changeset viewer.