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

    r5076 r5130  
    1 /* $Id: initterm.cpp,v 1.11 2001-02-09 18:31:38 sandervl Exp $ */
    21/*
    32 * COMCTL32 DLL entry point
     
    3534#include <winconst.h>
    3635#include <odinlx.h>
     36#include <initdll.h>
    3737
    3838extern "C" {
    39 void CDECL _ctordtorInit( void );
    40 void CDECL _ctordtorTerm( void );
    41 
    4239 //Win32 resource table (produced by wrc)
    4340 extern DWORD _Resource_PEResTab;
     
    6764        /* unregister Win32 window classes */
    6865        UnregisterCOMCTL32WindowClasses();
    69         _ctordtorTerm();
     66        __ctordtorTerm();
    7067        return TRUE;
    7168   }
     
    9592      case 0 :
    9693
    97          _ctordtorInit();
     94         __ctordtorInit();
    9895
    9996         /*******************************************************************/
Note: See TracChangeset for help on using the changeset viewer.