Ignore:
Timestamp:
Apr 1, 2002, 11:58:55 AM (24 years ago)
Author:
bird
Message:

WORD -> USHORT.

File:
1 edited

Legend:

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

    r6222 r8159  
    1 /* $Id: pe2lx.h,v 1.13 2001-07-08 02:59:21 bird Exp $
     1/* $Id: pe2lx.h,v 1.13.2.1 2002-04-01 09:58:55 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    109109    ULONG       initFixups();
    110110    ULONG       addPageFixupEntry(BOOL fLast = FALSE);
    111     ULONG       add32OffsetFixup(WORD offSource, ULONG ulTarget);
    112     ULONG       add32OrdImportFixup(WORD offSource, ULONG ulModuleOrdinal, ULONG ulFunctionOrdinal);
    113     ULONG       add32NameImportFixup(WORD offSource, ULONG ulModuleOrdinal, PCSZ pszFnName);
     111    ULONG       add32OffsetFixup(USHORT offSource, ULONG ulTarget);
     112    ULONG       add32OrdImportFixup(USHORT offSource, ULONG ulModuleOrdinal, ULONG ulFunctionOrdinal);
     113    ULONG       add32NameImportFixup(USHORT offSource, ULONG ulModuleOrdinal, PCSZ pszFnName);
    114114    ULONG       addModule(PCSZ pszModuleName, PULONG pulModuleOrdinal);
    115115    ULONG       addImportFunctionName(PCSZ pszFnName, PULONG poffFnName);
Note: See TracChangeset for help on using the changeset viewer.