Changeset 2649 for trunk/src/odincrt/initterm.cpp
- Timestamp:
- Feb 5, 2000, 3:12:20 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/odincrt/initterm.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/initterm.cpp
r1874 r2649 1 /* $Id: initterm.cpp,v 1. 2 1999-11-29 00:11:47 birdExp $ */1 /* $Id: initterm.cpp,v 1.3 2000-02-05 02:05:37 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <odin.h> 34 34 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 35 #include <exitlist.h> 35 36 36 37 extern "C" { … … 97 98 /*******************************************************************/ 98 99 99 rc = DosExitList( 0x0000FF00|EXLST_ADD, cleanup);100 rc = DosExitList(EXITLIST_ODINCRT|EXLST_ADD, cleanup); 100 101 if(rc) 101 102 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.
