Changeset 5135 for trunk/src/dsound/initterm.cpp
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/initterm.cpp
r5130 r5135 58 58 59 59 case DLL_PROCESS_DETACH: 60 __ctordtorTerm();60 ctordtorTerm(); 61 61 return TRUE; 62 62 } … … 89 89 char *endofpath = strrchr(dsoundPath, '\\'); 90 90 if(endofpath) *(endofpath+1) = 0; 91 __ctordtorInit();91 ctordtorInit(); 92 92 93 93 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.