ntdll: Add an exception handler around calls to module entry points.
commit0d9e09d8bf48c3297d1e8d460651deb3bf0e5bdb
authorRob Shearman <rob@codeweavers.com>
Wed, 13 Feb 2008 12:36:13 +0000 (13 12:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Feb 2008 08:59:55 +0000 (15 09:59 +0100)
tree91c076915d2482a164b60be4a5b9cd35bfb907a1
parent93a9835da1c9bf87da7b6ed6f9f63c834d1e8014
ntdll: Add an exception handler around calls to module entry points.

Change the return value from BOOL to NTSTATUS so that we can return the
exception code to the caller.
dlls/ntdll/loader.c