Ignore:
Timestamp:
Aug 20, 2000, 10:08:50 AM (25 years ago)
Author:
bird
Message:

Added new imports needed for the Pe2Lx openPath implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/pe2lx.h

    r3834 r4052  
    1 /* $Id: pe2lx.h,v 1.9.4.1 2000-07-16 22:43:32 bird Exp $
     1/* $Id: pe2lx.h,v 1.9.4.2 2000-08-20 08:08:45 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    7575    BOOL    isExe();
    7676    BOOL    isDll();
     77    static HMTE getKernel32SFN()        {   return sfnKernel32;   }
     78    static VOID setKernel32SFN(SFN sfn) {   sfnKernel32 = sfn;   }
    7779
    7880    /** @cat public Helper methods */
     
    203205
    204206    static const char *     pszOdin32Path;  /* Odin32 base path. */
     207    static SFN              sfnKernel32;    /* Odin32 Kernel32 filehandle. */
    205208};
    206209
Note: See TracChangeset for help on using the changeset viewer.