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/opengl/glide/cvg/initterm.cpp

    r5130 r5135  
    5555   case DLL_PROCESS_DETACH:
    5656        DllMain(hinstDLL, fdwReason, fImpLoad);
    57         __ctordtorTerm();
     57        ctordtorTerm();
    5858        return TRUE;
    5959   }
     
    8282   switch (ulFlag) {
    8383      case 0 :
    84          __ctordtorInit();
     84         ctordtorInit();
    8585
    8686         CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.