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

    r5130 r5135  
    6666
    6767   case DLL_PROCESS_DETACH:
    68         __ctordtorTerm();
     68        ctordtorTerm();
    6969        return TRUE;
    7070   }
     
    9494   switch (ulFlag) {
    9595      case 0 :
    96          __ctordtorInit();
     96         ctordtorInit();
    9797
    9898         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.