Changeset 5135 for trunk/src/ddraw
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- Location:
- trunk/src/ddraw
- Files:
-
- 2 edited
-
initterm.cpp (modified) (2 diffs)
-
new/initterm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/initterm.cpp
r5130 r5135 58 58 59 59 case DLL_PROCESS_DETACH: 60 __ctordtorTerm();60 ctordtorTerm(); 61 61 return TRUE; 62 62 } … … 86 86 case 0 : 87 87 { 88 __ctordtorInit();88 ctordtorInit(); 89 89 90 90 DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath); -
trunk/src/ddraw/new/initterm.cpp
r5130 r5135 61 61 62 62 case DLL_PROCESS_DETACH: 63 __ctordtorTerm();63 ctordtorTerm(); 64 64 return TRUE; 65 65 } … … 89 89 case 0 : 90 90 { 91 __ctordtorInit();91 ctordtorInit(); 92 92 93 93 DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath);
Note:
See TracChangeset
for help on using the changeset viewer.
