Changeset 5135 for trunk/src/opengl/glide
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- Location:
- trunk/src/opengl/glide
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/cvg/initterm.cpp
r5130 r5135 55 55 case DLL_PROCESS_DETACH: 56 56 DllMain(hinstDLL, fdwReason, fImpLoad); 57 __ctordtorTerm();57 ctordtorTerm(); 58 58 return TRUE; 59 59 } … … 82 82 switch (ulFlag) { 83 83 case 0 : 84 __ctordtorInit();84 ctordtorInit(); 85 85 86 86 CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed 98-03-18 05:28:48*/ -
trunk/src/opengl/glide/sst1/initterm.cpp
r5130 r5135 55 55 case DLL_PROCESS_DETACH: 56 56 DllMain(hinstDLL, fdwReason, fImpLoad); 57 __ctordtorTerm();57 ctordtorTerm(); 58 58 return TRUE; 59 59 } … … 82 82 switch (ulFlag) { 83 83 case 0 : 84 __ctordtorInit();84 ctordtorInit(); 85 85 86 86 CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.