Changeset 2649 for trunk/src/kernel32
- Timestamp:
- Feb 5, 2000, 3:12:20 AM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 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; -
trunk/src/kernel32/makefile
r2613 r2649 1 # $Id: makefile,v 1.8 0 2000-02-03 18:56:39sandervl Exp $1 # $Id: makefile,v 1.81 2000-02-05 02:01:04 sandervl Exp $ 2 2 3 3 # … … 161 161 initterm.h 162 162 163 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h directory.h hmdevio.h initsystem.h $(PDWIN32_INCLUDE)\heapcode.h 163 initterm.OBJ: .\initterm.cpp initterm.h $(PDWIN32_INCLUDE)\heapshared.h mmap.h directory.h hmdevio.h initsystem.h $(PDWIN32_INCLUDE)\heapcode.h $(PDWIN32_INCLUDE)\exitlist.h 164 164 initsystem.obj: initsystem.cpp $(PDWIN32_INCLUDE)\cpuhlp.h initsystem.h $(PDWIN32_INCLUDE)\misc.h directory.h $(PDWIN32_INCLUDE)\versionos2.h 165 165
Note:
See TracChangeset
for help on using the changeset viewer.