Ignore:
Timestamp:
Aug 22, 2000, 5:00:22 AM (25 years ago)
Author:
bird
Message:

More code is completed.
Test stuff is broken. (Missing fake functions/variables for the new functions.)

File:
1 edited

Legend:

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

    r4065 r4068  
    1 /* $Id: pe2lx.h,v 1.9.4.3 2000-08-21 22:59:38 bird Exp $
     1/* $Id: pe2lx.h,v 1.9.4.4 2000-08-22 03:00:19 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    7575    BOOL    isExe();
    7676    BOOL    isDll();
    77     static HMTE getKernel32SFN()        {   return sfnKernel32;   }
     77    static SFN getKernel32SFN()        {   return sfnKernel32;   }
    7878    static VOID setKernel32SFN(SFN sfn) {   sfnKernel32 = sfn;    }
    7979    static VOID invalidateOdin32Path();
Note: See TracChangeset for help on using the changeset viewer.