Changeset 5135 for trunk/src/ddraw/initterm.cpp
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
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);
Note:
See TracChangeset
for help on using the changeset viewer.