Changeset 4142 for branches/GRACE/src


Ignore:
Timestamp:
Sep 1, 2000, 5:23:33 PM (25 years ago)
Author:
bird
Message:

openPath2 changed to take cchFilename as ULONG due to fatal optimization
bug in VAC 3.08. (It used the USHORT value as an ULONG!)

File:
1 edited

Legend:

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

    r4090 r4142  
    1 /* $Id: pe2lx.h,v 1.9.4.5 2000-08-25 04:47:23 bird Exp $
     1/* $Id: pe2lx.h,v 1.9.4.6 2000-09-01 15:23:33 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    6767                       ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/
    6868    ULONG  openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful); /* (ldrOpenPath) */
    69     static ULONG  openPath2(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid);
     69    static ULONG  openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid);
    7070    #ifndef RING0
    7171    ULONG  testApplyFixups();
Note: See TracChangeset for help on using the changeset viewer.