Changeset 6471 for trunk/src/kernel32/winimagelx.cpp
- Timestamp:
- Aug 6, 2001, 9:36:42 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagelx.cpp
r6412 r6471 1 /* $Id: winimagelx.cpp,v 1.1 1 2001-07-30 12:01:25sandervl Exp $ */1 /* $Id: winimagelx.cpp,v 1.12 2001-08-06 19:36:42 sandervl Exp $ */ 2 2 3 3 /* … … 73 73 if(lpszCustomDllName) { 74 74 name = lpszCustomDllName; 75 this->dwOrdinalBase = ::dwOrdinalBase; 75 76 } 76 else name = OSLibGetDllName(hinstance); 77 else { 78 name = OSLibGetDllName(hinstance); 79 this->dwOrdinalBase = 0; 80 } 77 81 78 82 strcpy(szFileName, name); … … 119 123 ULONG apiaddr; 120 124 121 rc = DosQueryProcAddr(hinstanceOS2, ordinal, NULL, (PFN *)&apiaddr);125 rc = DosQueryProcAddr(hinstanceOS2, dwOrdinalBase+ordinal, NULL, (PFN *)&apiaddr); 122 126 if(rc) { 123 127 dprintf(("Win32LxImage::getApi -> rc = %d", rc));
Note:
See TracChangeset
for help on using the changeset viewer.