mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[KERNEL32]
- Issue a debug print on LoadLibrary failure, since this is often a good lead when debugging svn path=/trunk/; revision=69114
This commit is contained in:
@@ -381,6 +381,7 @@ done:
|
||||
/* Set last error in failure case */
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("LoadLibraryExW(%ls) failing with status %lx\n", lpLibFileName, Status);
|
||||
BaseSetLastNTError(Status);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user