Ignore:
Timestamp:
Mar 24, 2000, 8:25:34 PM (25 years ago)
Author:
sandervl
Message:

bugfix in pe loader (512 mb check)

File:
1 edited

Legend:

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

    r2865 r3228  
    1 /* $Id: winimgres.cpp,v 1.32 2000-02-23 00:57:40 sandervl Exp $ */
     1/* $Id: winimgres.cpp,v 1.33 2000-03-24 19:25:34 sandervl Exp $ */
    22
    33/*
     
    271271    }
    272272    if(HIWORD(id)) {
    273             dprintf(("FindResource %s: resource %s (type %d, lang %d)", szModule, id, type, lang));
    274     }
    275     else    dprintf(("FindResource %s: resource %d (type %d, lang %d)", szModule, id, type, lang));
     273            dprintf(("FindResource %s: resource %s (type %d, lang %x)", szModule, id, type, lang));
     274    }
     275    else    dprintf(("FindResource %s: resource %d (type %d, lang %x)", szModule, id, type, lang));
    276276    //ulRVAResourceSection contains the relative virtual address (relative to the start of the image)
    277277    //for the resource section (images loaded by the pe.exe and pe2lx/win32k)
Note: See TracChangeset for help on using the changeset viewer.