Changeset 126 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Jun 20, 1999, 12:55:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r123 r126 1 /* $Id: initterm.cpp,v 1. 4 1999-06-19 13:57:51sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.5 1999-06-20 10:55:36 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <misc.h> 35 35 #include <wprocess.h> 36 #include <handlemanager.h> 36 37 37 38 extern "C" { … … 130 131 131 132 InitializeTIB(TRUE); 133 //SvL: Do it here instead of during the exe object creation 134 //(std handles can be used in win32 dll initialization routines 135 HMInitialize(); /* store standard handles within HandleManager */ 132 136 break; 133 137 case 1 :
Note:
See TracChangeset
for help on using the changeset viewer.