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/winimagelx.cpp

    r3625 r3765  
    1 /* $Id: winimagelx.cpp,v 1.7 2000-05-28 16:45:13 sandervl Exp $ */
     1/* $Id: winimagelx.cpp,v 1.8 2000-06-28 18:08:35 sandervl Exp $ */
    22
    33/*
     
    5656
    5757  //Pointer to PE resource tree generates by wrc (or NULL for system dlls)
    58   pResDir = (PIMAGE_RESOURCE_DIRECTORY)pResData;
     58  pResRootDir = (PIMAGE_RESOURCE_DIRECTORY)pResData;
    5959
    6060  //ulRVAResourceSection contains the virtual address of the imagebase in the PE header
Note: See TracChangeset for help on using the changeset viewer.