Changeset 1280 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Oct 14, 1999, 11:21:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r1221 r1280 1 /* $Id: wprocess.cpp,v 1.3 6 1999-10-09 13:33:25sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.37 1999-10-14 09:21:43 sandervl Exp $ */ 2 2 3 3 /* … … 307 307 Win32DllBase *module; 308 308 309 module = Win32DllBase::findModule((LPSTR)lpszLibFile); 310 if(module) { 311 module->AddRef(); 312 return module->getInstanceHandle(); 313 } 314 309 315 hDll = O32_LoadLibrary(lpszLibFile); 310 316 dprintf(("KERNEL32: iLoadLibraryA %s returned %X (%d)\n",
Note:
See TracChangeset
for help on using the changeset viewer.