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

    r3993 r5130  
    1 /* $Id: initterm.cpp,v 1.23 2000-08-11 10:56:26 sandervl Exp $ */
    2 
    31/*
    42 * USER32 DLL entry point
     
    4442#include "initterm.h"
    4543#include <exitlist.h>
     44#include <initdll.h>
    4645
    4746#define DBG_LOCALLOG    DBG_initterm
     
    5756
    5857extern "C" {
    59 void CDECL _ctordtorInit( void );
    60 void CDECL _ctordtorTerm( void );
    61 
    6258 //Win32 resource table (produced by wrc)
    6359 extern DWORD _Resource_PEResTab;
     
    8783   switch (ulFlag) {
    8884      case 0 :
    89          _ctordtorInit();
     85         __ctordtorInit();
    9086         ParseLogStatus();
    9187
     
    148144   SYSCOLOR_Save();
    149145   CloseSpyQueue();
    150    _ctordtorTerm();
     146   __ctordtorTerm();
    151147   dprintf(("user32 exit done\n"));
    152148
Note: See TracChangeset for help on using the changeset viewer.