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/winexepe2lx.h

    r4304 r6211  
    1 /* $Id: winexepe2lx.h,v 1.3 2000-09-22 04:35:08 bird Exp $ */
     1/* $Id: winexepe2lx.h,v 1.4 2001-07-08 02:49:47 bird Exp $ */
    22
    33/*
     
    2929    Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k);
    3030    virtual ~Win32Pe2LxExe();
    31     BOOL init();
     31    BOOL        init();
     32    static BOOL earlyInit();
     33
     34public:
     35    static BOOL fEarlyInit;
    3236};
    3337
Note: See TracChangeset for help on using the changeset viewer.