Ignore:
Timestamp:
Jun 28, 2000, 8:08:36 PM (25 years ago)
Author:
sandervl
Message:

findresource cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.cpp

    r3433 r3765  
    1 /* $Id: winimagepe2lx.cpp,v 1.10 2000-04-19 22:16:49 bird Exp $ */
     1/* $Id: winimagepe2lx.cpp,v 1.11 2000-06-28 18:08:35 sandervl Exp $ */
    22
    33/*
     
    174174 *            Read the PE section table the set the RVAs in paSections.
    175175 *            Locate and set the entrypoint.
    176  *            Locate the resource directory (if any). (pResDir, ulRVAResourceSection)
     176 *            Locate the resource directory (if any). (pResRootDir, ulRVAResourceSection)
    177177 *            TLS - FIXME!
    178178 * @status    completely implemented.
     
    259259    {
    260260        ulRVAResourceSection = pNtHdrs->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_RESOURCE].VirtualAddress;
    261         pResDir = (PIMAGE_RESOURCE_DIRECTORY)getPointerFromRVA(ulRVAResourceSection);
     261        pResRootDir = (PIMAGE_RESOURCE_DIRECTORY)getPointerFromRVA(ulRVAResourceSection);
    262262    }
    263263
Note: See TracChangeset for help on using the changeset viewer.