Ignore:
Timestamp:
Sep 22, 2000, 11:22:43 AM (25 years ago)
Author:
bird
Message:

Corrected problem with kernel build 14053. (new parameter to ldrOpenPath)
Added symbols for 14053 and 8266.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/ModuleBase.h

    r4164 r4307  
    1 /* $Id: ModuleBase.h,v 1.4 2000-09-02 21:07:59 bird Exp $
     1/* $Id: ModuleBase.h,v 1.5 2000-09-22 09:22:36 bird Exp $
    22 *
    33 * ModuleBase - Declaration of the Basic module class.
     
    120120    virtual ULONG   applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage,
    121121                                ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/
    122     virtual ULONG   openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful); /* (ldrOpenPath) */
     122    virtual ULONG   openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath); /* (ldrOpenPath) */
    123123    #ifndef RING0
    124124    virtual ULONG   writeFile(PCSZ pszLXFilename);
Note: See TracChangeset for help on using the changeset viewer.