Changeset 1744 for trunk/src/dsound/initterm.cpp
- Timestamp:
- Nov 14, 1999, 11:12:15 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/initterm.cpp
r1456 r1744 1 /* $Id: initterm.cpp,v 1. 7 1999-10-26 17:53:42 sandervlExp $ */1 /* $Id: initterm.cpp,v 1.8 1999-11-14 22:12:15 hugh Exp $ */ 2 2 3 3 /* … … 78 78 _ctordtorInit(); 79 79 80 80 DosQueryModuleName(hModule, CCHMAXPATH, dsoundPath); 81 81 char *endofpath = strrchr(dsoundPath, '\\'); 82 82 if(endofpath) *(endofpath+1) = 0; … … 89 89 /*******************************************************************/ 90 90 91 if(RegisterLxDll(hModule, 0, 0) == FALSE) 92 91 if(RegisterLxDll(hModule, 0, 0) == FALSE) 92 return 0UL; 93 93 94 94 rc = DosExitList(0x0000F000|EXLST_ADD, cleanup); … … 99 99 } 100 100 case 1 : 101 101 UnregisterLxDll(hModule); 102 102 break; 103 103 default : … … 115 115 { 116 116 _ctordtorTerm(); 117 CloseLogFile();118 117 DosExitList(EXLST_EXIT, cleanup); 119 118 return ;
Note:
See TracChangeset
for help on using the changeset viewer.