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/Odin32API/odindll.cpp

    r5130 r5135  
    1 /* $Id: odindll.cpp,v 1.3 2001-02-14 11:40:58 sandervl Exp $ */
     1/* $Id: odindll.cpp,v 1.4 2001-02-14 15:14:41 sandervl Exp $ */
    22
    33/*
     
    7777   switch (ulFlag) {
    7878      case 0 :
    79          __ctordtorInit();
     79         ctordtorInit();
    8080
    8181         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     
    113113static void APIENTRY cleanup(ULONG ulReason)
    114114{
    115    __ctordtorTerm();
     115   ctordtorTerm();
    116116   DosExitList(EXLST_EXIT, cleanup);
    117117   return ;
Note: See TracChangeset for help on using the changeset viewer.