Use exception as the base for all exception derived classes.
commit743b61e63a37d30a7115f212559acd7f5b60a1ab
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Tue, 19 Aug 2003 03:12:32 +0000 (19 03:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Aug 2003 03:12:32 +0000 (19 03:12 +0000)
treee7938be65302e017dec36fd5a3bff292d97801b6
parent5ac945c0210a8d229eef9893de37c40461b830c9
Use exception as the base for all exception derived classes.
Implement type_info methods correctly.
Add static RTTI for exported objects.
Throw exceptions when run time casts fail.
dlls/msvcrt/cpp.c