Ignore:
Timestamp:
Nov 10, 1999, 2:45:38 AM (26 years ago)
Author:
bird
Message:

Some bugsfixes - Yield is disabled.
Added parameters.
Correcte moduleheaders.
Introduced a new base class for virtual lx modules + some elf sketches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/myldrRead.cpp

    r1467 r1678  
    1 /* $Id: myldrRead.cpp,v 1.4 1999-10-27 02:02:58 bird Exp $
     1/* $Id: myldrRead.cpp,v 1.5 1999-11-10 01:45:36 bird Exp $
    22 *
    33 * myldrRead - _ldrRead.
    44 *
    55 * Copyright (c) 1998-1999 knut st. osmundsen
     6 *
     7 * Project Odin Software License can be found in LICENSE.TXT
    68 *
    79 */
     
    2628#include <exe386.h>
    2729#include "OS2Krnl.h"
     30#include "ModuleBase.h"
    2831#include "pe2lx.h"
    2932#include "avl.h"
     
    6164
    6265            if ((pMod->fFlags & MOD_TYPE_MASK) == MOD_TYPE_PE2LX)
    63                 rc = pMod->Data.pPe2Lx->read(ulOffset, pBuffer, ulBytesToRead, ulFlags, pMTE);
     66                rc = pMod->Data.pModule->read(ulOffset, pBuffer, ulBytesToRead, ulFlags, pMTE);
    6467            else
    6568            {
Note: See TracChangeset for help on using the changeset viewer.