Changeset 5135 for trunk/src/opengl/mesa


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

VAC 3.6.5 bug workaround

Location:
trunk/src/opengl/mesa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/initterm.cpp

    r5130 r5135  
    5858   case DLL_PROCESS_DETACH:
    5959        cleangraphics();
    60         __ctordtorTerm();
     60        ctordtorTerm();
    6161        return TRUE;
    6262   }
     
    8585   switch (ulFlag) {
    8686      case 0 :
    87          __ctordtorInit();
     87         ctordtorInit();
    8888
    8989         CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed  98-03-18 05:28:48*/
  • trunk/src/opengl/mesa/initterm.cpp

    r5130 r5135  
    6262       DiveGlobalTerminate();
    6363#endif
    64        __ctordtorTerm();
     64       ctordtorTerm();
    6565       return TRUE;
    6666   }
     
    9090   switch (ulFlag) {
    9191      case 0 :
    92          __ctordtorInit();
     92         ctordtorInit();
    9393
    9494         CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.