Assorted spelling fixes.
[wine] / dlls / msvcrt / cppexcept.h
2012-12-10  Piotr Cabanmsvcrt: Fixed get_this_pointer implementation.
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-03-16  Alexandre Julliardmsvcrt: Move more i386-specific exception code to excep...
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2010-04-13  Alexandre Julliardmsvcrt: Add support for VC7 and VC8 extensions to the...
2009-10-06  Alexandre Julliardmsvcrt: Use strict function prototypes.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2007-01-16  Andrew Talbotmsvcrt: Move static function from header into file...
2006-12-15  Alexandre Julliardmsvcrt: Make pointers to read-only exception descriptor...
2006-06-13  Alexandre Julliardmsvcrt: Use unsigned int instead of size_t to avoid...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-03-18  Jon GriffithsAdd __CxxDetectRethrow(), __CxxQueryExceptionSize().