Ignore:
Timestamp:
Aug 19, 1999, 12:24:53 PM (26 years ago)
Author:
sandervl
Message:

PE loader resource fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimage.h

    r550 r570  
    1 /* $Id: winimage.h,v 1.6 1999-08-18 17:16:05 sandervl Exp $ */
     1/* $Id: winimage.h,v 1.7 1999-08-19 10:24:53 sandervl Exp $ */
    22
    33/*
     
    182182        Win32Resource *getPEResource(ULONG id, ULONG type, ULONG lang = LANG_GETFIRST);
    183183        PIMAGE_RESOURCE_DATA_ENTRY ProcessResSubDir(PIMAGE_RESOURCE_DIRECTORY prdType,
    184                                                     ULONG *nodeData);
     184                                                    ULONG *nodeData, int level);
    185185        PIMAGE_RESOURCE_DIRECTORY pResDir;
    186186        Section                  *pResSection;
Note: See TracChangeset for help on using the changeset viewer.