Changeset 1125 for trunk/src


Ignore:
Timestamp:
Jan 31, 2004, 4:21:11 AM (22 years ago)
Author:
bird
Message:

Call _CRT_term() so the exit1 list is processed and streams flushed!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/startup/dllinit.c

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r1124 r1125  
    1616 *                  1 term.
    1717 * @remark  This function is called from dll0.asm.
    18  * @todo    _CRT_term() needs a checkup, it used to be called from here too..
    1918 */
    2019unsigned _System _DLL_InitTerm (unsigned hmod, unsigned flag)
     
    2928    case 1:
    3029      __ctordtorTerm ();
     30      _CRT_term();
    3131      return 1;
    3232  }
Note: See TracChangeset for help on using the changeset viewer.