Changeset 2649 for trunk/src/user32/initterm.cpp
- Timestamp:
- Feb 5, 2000, 3:12:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r2582 r2649 1 /* $Id: initterm.cpp,v 1. 19 2000-01-31 22:30:51sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.20 2000-02-05 02:12:20 sandervl Exp $ */ 2 2 3 3 /* … … 42 42 #include "syscolor.h" 43 43 #include "initterm.h" 44 #include <exitlist.h> 44 45 45 46 /*-------------------------------------------------------------------*/ … … 96 97 /*******************************************************************/ 97 98 98 rc = DosExitList( 0x00008000|EXLST_ADD, cleanup);99 rc = DosExitList(EXITLIST_USER32|EXLST_ADD, cleanup); 99 100 if(rc) 100 101 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.