Changeset 5135 for trunk/src/odincrt
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/odincrt/initterm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/initterm.cpp
r5130 r5135 76 76 if (_CRT_init() == -1) 77 77 return 0UL; 78 __ctordtorInit();78 ctordtorInit(); 79 79 80 80 /*******************************************************************/ … … 114 114 static void APIENTRY cleanup(ULONG ulReason) 115 115 { 116 __ctordtorTerm();116 ctordtorTerm(); 117 117 _CRT_term(); 118 118 DosExitList(EXLST_EXIT, cleanup);
Note:
See TracChangeset
for help on using the changeset viewer.
