mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- At an exception returns STATUS_DLL_NOT_FOUND. It fixes one wine test
svn path=/trunk/; revision=40523
This commit is contained in:
parent
17e2ab8999
commit
2b9ed04e31
1 changed files with 1 additions and 1 deletions
|
@ -2512,7 +2512,7 @@ LdrGetProcedureAddress (IN PVOID BaseAddress,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
/* Ignore exception and return */
|
||||
_SEH2_YIELD(return STATUS_DLL_NOT_FOUND);
|
||||
}
|
||||
_SEH2_END;
|
||||
return STATUS_PROCEDURE_NOT_FOUND;
|
||||
|
|
Loading…
Reference in a new issue