Ignore:
Timestamp:
Oct 8, 1999, 6:27:48 PM (26 years ago)
Author:
sandervl
Message:

Winspool load bugfix

File:
1 edited

Legend:

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

    r1150 r1192  
    1 /* $Id: winimgres.cpp,v 1.21 1999-10-06 08:07:41 sandervl Exp $ */
     1/* $Id: winimgres.cpp,v 1.22 1999-10-08 16:27:21 sandervl Exp $ */
    22
    33/*
     
    265265  if(pData == NULL) {
    266266        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));
    268268        }
    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));
    270270        return 0;
    271271  }
Note: See TracChangeset for help on using the changeset viewer.