Ignore:
Timestamp:
Jul 8, 2001, 4:49:47 AM (24 years ago)
Author:
bird
Message:

Early creatation and initiation of executable object (WinExe).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllpe2lx.cpp

    r6015 r6211  
    1 /* $Id: windllpe2lx.cpp,v 1.9 2001-06-15 09:42:48 bird Exp $ */
     1/* $Id: windllpe2lx.cpp,v 1.10 2001-07-08 02:49:47 bird Exp $ */
    22
    33/*
     
    2828#include <misc.h>
    2929#include <windllpe2lx.h>
     30#include <winexepe2lx.h>
    3031#include <wprocess.h>
    3132
     
    110111        iConsoleDevicesRegister();
    111112
     113        /* Before we attach the DLL we must make sure that we have a valid executable */
     114        if (!WinExe)
     115            Win32Pe2LxExe::earlyInit();
     116
    112117        /* Add reference and attach dll to process. */
    113118        pWinMod->AddRef();
Note: See TracChangeset for help on using the changeset viewer.