Changeset 6413 for trunk/src/custombuild/initterm.cpp
- Timestamp:
- Jul 30, 2001, 2:03:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/custombuild/initterm.cpp
r6412 r6413 101 101 /* are required and the runtime is dynamically linked. */ 102 102 /*******************************************************************/ 103 rc = DosExitList(EXITLIST_ ODINCRT|EXLST_ADD, cleanup);103 rc = DosExitList(EXITLIST_KERNEL32|EXLST_ADD, cleanup); 104 104 if(rc) 105 105 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.