Changeset 7075 for trunk/src/kernel32


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

custom build fixes

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

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

    r6471 r7075  
    1 /* $Id: windlllx.cpp,v 1.22 2001-08-06 19:36:42 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.23 2001-10-16 11:39:38 sandervl Exp $ */
    22
    33/*
     
    9595       return 0;
    9696   }
     97   //clear name override in case dll init loads another dll
     98   lpszCustomDllName = NULL;
     99
    97100   if(!fPeLoader) {
    98101       windll->AddRef();
  • 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.