Changeset 1885 for trunk/src/kernel32/winimgres.cpp
- Timestamp:
- Nov 30, 1999, 3:19:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimgres.cpp
r1879 r1885 1 /* $Id: winimgres.cpp,v 1.2 8 1999-11-29 20:43:02sandervl Exp $ */1 /* $Id: winimgres.cpp,v 1.29 1999-11-30 14:15:55 sandervl Exp $ */ 2 2 3 3 /* … … 267 267 return 0; 268 268 } 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)); 269 273 //ulRVAResourceSection contains the relative virtual address (relative to the start of the image) 270 274 //for the resource section (images loaded by the pe.exe and pe2lx/win32k)
Note:
See TracChangeset
for help on using the changeset viewer.