Changeset 5135 for trunk/src/opengl/mesa
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- Location:
- trunk/src/opengl/mesa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/initterm.cpp
r5130 r5135 58 58 case DLL_PROCESS_DETACH: 59 59 cleangraphics(); 60 __ctordtorTerm();60 ctordtorTerm(); 61 61 return TRUE; 62 62 } … … 85 85 switch (ulFlag) { 86 86 case 0 : 87 __ctordtorInit();87 ctordtorInit(); 88 88 89 89 CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed 98-03-18 05:28:48*/ -
trunk/src/opengl/mesa/initterm.cpp
r5130 r5135 62 62 DiveGlobalTerminate(); 63 63 #endif 64 __ctordtorTerm();64 ctordtorTerm(); 65 65 return TRUE; 66 66 } … … 90 90 switch (ulFlag) { 91 91 case 0 : 92 __ctordtorInit();92 ctordtorInit(); 93 93 94 94 CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.