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

    r5130 r5135  
    117117            *(endofpath+1) = 0;
    118118            dprintf(("kernel32 init %s %s", __DATE__, __TIME__));
    119             __ctordtorInit();
     119            ctordtorInit();
    120120
    121121            CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     
    215215    DestroySharedHeap();
    216216    DestroyCodeHeap();
    217     __ctordtorTerm();
     217    ctordtorTerm();
    218218
    219219    //NOTE: Must be done after DestroyTIB
Note: See TracChangeset for help on using the changeset viewer.