Ignore:
Timestamp:
Jul 30, 2001, 2:03:20 PM (24 years ago)
Author:
sandervl
Message:

custom build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/custombuild/initterm.cpp

    r6412 r6413  
    101101         /* are required and the runtime is dynamically linked.             */
    102102         /*******************************************************************/
    103          rc = DosExitList(EXITLIST_ODINCRT|EXLST_ADD, cleanup);
     103         rc = DosExitList(EXITLIST_KERNEL32|EXLST_ADD, cleanup);
    104104         if(rc)
    105105                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.