Ignore:
Timestamp:
Nov 30, 1999, 3:19:03 PM (26 years ago)
Author:
sandervl
Message:

Added process api + virtualprotect fix

File:
1 edited

Legend:

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

    r1879 r1885  
    1 /* $Id: winimgres.cpp,v 1.28 1999-11-29 20:43:02 sandervl Exp $ */
     1/* $Id: winimgres.cpp,v 1.29 1999-11-30 14:15:55 sandervl Exp $ */
    22
    33/*
     
    267267        return 0;
    268268    }
     269    if(HIWORD(id)) {
     270            dprintf(("FindResource %s: resource %s (type %d, lang %d)", szModule, id, type, lang));
     271    }
     272    else    dprintf(("FindResource %s: resource %d (type %d, lang %d)", szModule, id, type, lang));
    269273    //ulRVAResourceSection contains the relative virtual address (relative to the start of the image)
    270274    //for the resource section (images loaded by the pe.exe and pe2lx/win32k)
Note: See TracChangeset for help on using the changeset viewer.