- Timestamp:
- Jun 11, 2020, 11:26:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r3376 r3378 2988 2988 continue; 2989 2989 } 2990 kwErrPrintf("Error getting import '%s' for '%s': %d\n", szName, pMod->pszPath); 2990 kwErrPrintf("Error getting import '%s' for '%s': %d (%u)\n", 2991 szName, pMod->pszPath, rc, GetLastError()); 2991 2992 break; 2992 2993 } … … 12352 12353 * Lookup the tool. 12353 12354 */ 12355 g_Sandbox.pTool = NULL; /* Avoid confusion between the SetDllDirectoryW hacks. */ 12354 12356 pTool = kwToolLookup(pszExecutable, cEnvVars, papszEnvVars); 12355 12357 if (pTool)
Note:
See TracChangeset
for help on using the changeset viewer.