Changeset 3275 for trunk/src/kernel32/winimgres.cpp
- Timestamp:
- Mar 29, 2000, 7:17:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimgres.cpp
r3228 r3275 1 /* $Id: winimgres.cpp,v 1.3 3 2000-03-24 19:25:34sandervl Exp $ */1 /* $Id: winimgres.cpp,v 1.34 2000-03-29 17:17:18 sandervl Exp $ */ 2 2 3 3 /* … … 224 224 pData = getPEResourceEntry(id, type, lang); 225 225 if(pData == NULL) { 226 dprintf(("Win32ImageBase::getPEResourceSize: couldn't find resource %d (type %d, lang % d)", id, type, lang));226 dprintf(("Win32ImageBase::getPEResourceSize: couldn't find resource %d (type %d, lang %x)", id, type, lang)); 227 227 return 0; 228 228 } … … 265 265 if(pData == NULL) { 266 266 if(HIWORD(id)) { 267 dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %s (type %d, lang % d)", szModule, id, type, lang));268 } 269 else dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %d (type %d, lang % d)", szModule, id, type, lang));267 dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %s (type %d, lang %x)", szModule, id, type, lang)); 268 } 269 else dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %d (type %d, lang %x)", szModule, id, type, lang)); 270 270 return 0; 271 271 }
Note:
See TracChangeset
for help on using the changeset viewer.