Add __CxxDetectRethrow(), __CxxQueryExceptionSize().
commitc62c1c01589c16378024d2ff108b78b5da192099
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Tue, 18 Mar 2003 18:26:05 +0000 (18 18:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Mar 2003 18:26:05 +0000 (18 18:26 +0000)
tree464824d2d9a6e29e26b56608d61d0056a2657e41
parent49edd1965004e9ca1124f638152c4eece3a29f3a
Add __CxxDetectRethrow(),  __CxxQueryExceptionSize().
Constify parameters (enabling static RTTI).
Move type definitions into a header for sharing with cpp.c objects.
dlls/msvcrt/cppexcept.c
dlls/msvcrt/cppexcept.h [new file with mode: 0644]