Ignore:
Timestamp:
Jun 20, 1999, 12:55:37 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

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:51 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.5 1999-06-20 10:55:36 sandervl Exp $ */
    22
    33/*
     
    3434#include <misc.h>
    3535#include <wprocess.h>
     36#include <handlemanager.h>
    3637
    3738extern "C" {
     
    130131
    131132            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 */
    132136            break;
    133137        case 1 :
Note: See TracChangeset for help on using the changeset viewer.