Changeset 5135 for trunk/src/opengl/mesa/initterm.cpp
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/opengl/mesa/initterm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
