msvcrt: Fix handling of multiple nested exceptions.
authorPeter Beutner <p.beutner@gmx.net>
Wed, 22 Feb 2006 11:06:56 +0000 (12:06 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 22 Feb 2006 11:06:56 +0000 (12:06 +0100)
commitbe07b6db594d279a3391b7fb5af8048dcd78473b
tree0f016b076b8a8cc747b0d63fe0a368caec623352
parent62dc7f52f47f8a406d3b8a155b7d81cb19f3c98b
msvcrt: Fix handling of multiple nested exceptions.
Save in each nested frame a pointer to the original exception record.
Only one refence in thread_data isn't enough when we have multiple
nested frames.
dlls/msvcrt/cppexcept.c