Changeset 5135 for trunk/src/odincrt


Ignore:
Timestamp:
Feb 14, 2001, 4:14:46 PM (25 years ago)
Author:
sandervl
Message:

VAC 3.6.5 bug workaround

File:
1 edited

Legend:

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

    r5130 r5135  
    7676         if (_CRT_init() == -1)
    7777            return 0UL;
    78          __ctordtorInit();
     78         ctordtorInit();
    7979
    8080         /*******************************************************************/
     
    114114static void APIENTRY cleanup(ULONG ulReason)
    115115{
    116    __ctordtorTerm();
     116   ctordtorTerm();
    117117   _CRT_term();
    118118   DosExitList(EXLST_EXIT, cleanup);
Note: See TracChangeset for help on using the changeset viewer.