Ignore:
Timestamp:
Oct 16, 2001, 1:40:36 PM (24 years ago)
Author:
sandervl
Message:

custom build fixes

File:
1 edited

Legend:

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

    r6471 r7075  
    1 /* $Id: winimagelx.cpp,v 1.12 2001-08-06 19:36:42 sandervl Exp $ */
     1/* $Id: winimagelx.cpp,v 1.13 2001-10-16 11:39:39 sandervl Exp $ */
    22
    33/*
     
    111111  if(rc)
    112112  {
    113         dprintf(("Win32LxImage::getApi -> rc = %d", rc));
     113        dprintf(("Win32LxImage::getApi %x %s -> rc = %d", hinstanceOS2, name, rc));
    114114        return(0);
    115115  }
     
    125125  rc = DosQueryProcAddr(hinstanceOS2, dwOrdinalBase+ordinal, NULL, (PFN *)&apiaddr);
    126126  if(rc) {
    127         dprintf(("Win32LxImage::getApi -> rc = %d", rc));
     127        dprintf(("Win32LxImage::getApi %x %d -> rc = %d", hinstanceOS2, ordinal, rc));
    128128        return(0);
    129129  }
Note: See TracChangeset for help on using the changeset viewer.