Ignore:
Timestamp:
Apr 29, 2000, 8:28:41 PM (25 years ago)
Author:
sandervl
Message:

commented out x&y default code (no longer works), owner bugfix, level 2 debug logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/loadres.cpp

    r3419 r3462  
    1 /* $Id: loadres.cpp,v 1.26 2000-04-18 11:12:59 sandervl Exp $ */
     1/* $Id: loadres.cpp,v 1.27 2000-04-29 18:28:36 sandervl Exp $ */
    22
    33/*
     
    558558                return 0;
    559559  }
    560   dprintf(("LoadImageA returned %d\n", (int)hRet));
     560  dprintf(("LoadImageA returned %x\n", (int)hRet));
    561561
    562562  return(hRet);
     
    597597                return 0;
    598598  }
    599   dprintf(("LoadImageW returned %d\n", (int)hRet));
     599  dprintf(("LoadImageW returned %x\n", (int)hRet));
    600600
    601601  return(hRet);
Note: See TracChangeset for help on using the changeset viewer.