gdi32: Split AddFontToList into two functions.
[wine] / dlls / msvcp90 / exception.c
2011-12-19  Piotr Cabanmsvcp90: Use macro to define RTTI data.
2011-12-15  Piotr Cabanmsvcp90: Removed __ASM_EXCEPTION_VTABLE macro.
2011-11-25  Piotr Cabanmsvcp90: Added runtime_exception implementation.
2011-11-25  Piotr Cabanmsvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro.
2011-11-07  Andrew Talbotmsvcp90: Superfluous semicolons fix.
2011-05-27  Piotr Cabanmsvcp90: Added ios_base class stub.
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2010-08-24  Alexandre Julliardmsvcrt: Use a __thiscall macro where appropriate to...
2010-08-24  Piotr Cabanmsvcp90: Added _String_base::Xinvarg implementation.
2010-08-20  Piotr Cabanmsvcp90: Added _String_base::Xran implementation.
2010-08-20  Piotr Cabanmsvcp90: Added _String_base::Xlen implementation.
2010-08-20  Piotr Cabanmsvcp90: Added logic_error exception.
2010-08-18  Piotr Cabanmsvcp90: Added bad_alloc exception.
2010-08-18  Piotr Cabanmsvcp90: Add exception throwing function.