Changeset 3228 for trunk/src/kernel32/winimgres.cpp
- Timestamp:
- Mar 24, 2000, 8:25:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimgres.cpp
r2865 r3228 1 /* $Id: winimgres.cpp,v 1.3 2 2000-02-23 00:57:40sandervl Exp $ */1 /* $Id: winimgres.cpp,v 1.33 2000-03-24 19:25:34 sandervl Exp $ */ 2 2 3 3 /* … … 271 271 } 272 272 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)); 276 276 //ulRVAResourceSection contains the relative virtual address (relative to the start of the image) 277 277 //for the resource section (images loaded by the pe.exe and pe2lx/win32k)
Note:
See TracChangeset
for help on using the changeset viewer.