Changeset 529 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Aug 17, 1999, 6:35:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r511 r529 1 /* $Id: initterm.cpp,v 1. 9 1999-08-16 16:55:32 sandervlExp $ */1 /* $Id: initterm.cpp,v 1.10 1999-08-17 16:35:09 phaller Exp $ */ 2 2 3 3 /* … … 28 28 #define INCL_DOSMISC 29 29 #define INCL_DOSPROCESS 30 #include <os2wrap.h> 30 #include <os2wrap.h> //Odin32 OS/2 api wrappers 31 31 #include <stdlib.h> 32 32 #include <stdio.h> … … 35 35 #include <wprocess.h> 36 36 #include "handlemanager.h" 37 #include "profile.h" 37 38 38 39 /*-------------------------------------------------------------------*/ … … 106 107 else flAllocMem = 0; // no high memory support 107 108 108 109 110 111 109 InitializeTIB(TRUE); 110 //SvL: Do it here instead of during the exe object creation 111 //(std handles can be used in win32 dll initialization routines 112 HMInitialize(); /* store standard handles within HandleManager */ 112 113 break; 113 114 case 1 : … … 127 128 { 128 129 dprintf(("kernel32 exit %d\n", ulReason)); 130 WriteOutProfiles(); 129 131 _ctordtorTerm(); 130 132 DestroyTIB();
Note:
See TracChangeset
for help on using the changeset viewer.