Changeset 2649 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Feb 5, 2000, 3:12:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r2513 r2649 1 /* $Id: initterm.cpp,v 1.3 3 2000-01-25 20:27:16sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.34 2000-02-05 02:01:04 sandervl Exp $ */ 2 2 3 3 /* … … 48 48 #include <windllbase.h> 49 49 #include "initsystem.h" 50 #include <exitlist.h> 50 51 51 52 /*-------------------------------------------------------------------*/ … … 129 130 /*******************************************************************/ 130 131 131 rc = DosExitList( 0x0000F000|EXLST_ADD, cleanup);132 rc = DosExitList(EXITLIST_KERNEL32|EXLST_ADD, cleanup); 132 133 if (rc) 133 134 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.