Changeset 1192 for trunk/src/kernel32/winimgres.cpp
- Timestamp:
- Oct 8, 1999, 6:27:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimgres.cpp
r1150 r1192 1 /* $Id: winimgres.cpp,v 1.2 1 1999-10-06 08:07:41 sandervl Exp $ */1 /* $Id: winimgres.cpp,v 1.22 1999-10-08 16:27:21 sandervl Exp $ */ 2 2 3 3 /* … … 265 265 if(pData == NULL) { 266 266 if(HIWORD(id)) { 267 dprintf(("Win32ImageBase::getPEResource : couldn't find resource %s (type %d, lang %d)", id, type, lang));267 dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %s (type %d, lang %d)", szModule, id, type, lang)); 268 268 } 269 else dprintf(("Win32ImageBase::getPEResource : couldn't find resource %d (type %d, lang %d)", id, type, lang));269 else dprintf(("Win32ImageBase::getPEResource %s: couldn't find resource %d (type %d, lang %d)", szModule, id, type, lang)); 270 270 return 0; 271 271 }
Note:
See TracChangeset
for help on using the changeset viewer.