Changeset 7075 for trunk/src/kernel32/winimagelx.cpp
- Timestamp:
- Oct 16, 2001, 1:40:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagelx.cpp
r6471 r7075 1 /* $Id: winimagelx.cpp,v 1.1 2 2001-08-06 19:36:42sandervl Exp $ */1 /* $Id: winimagelx.cpp,v 1.13 2001-10-16 11:39:39 sandervl Exp $ */ 2 2 3 3 /* … … 111 111 if(rc) 112 112 { 113 dprintf(("Win32LxImage::getApi -> rc = %d", rc));113 dprintf(("Win32LxImage::getApi %x %s -> rc = %d", hinstanceOS2, name, rc)); 114 114 return(0); 115 115 } … … 125 125 rc = DosQueryProcAddr(hinstanceOS2, dwOrdinalBase+ordinal, NULL, (PFN *)&apiaddr); 126 126 if(rc) { 127 dprintf(("Win32LxImage::getApi -> rc = %d", rc));127 dprintf(("Win32LxImage::getApi %x %d -> rc = %d", hinstanceOS2, ordinal, rc)); 128 128 return(0); 129 129 }
Note:
See TracChangeset
for help on using the changeset viewer.