[PATCH 1/2] msvcp110: Add _Throw_Cpp_error implementation.

Piotr Caban piotr at codeweavers.com
Thu Feb 11 06:49:01 CST 2021


Implementation based on
https://github.com/microsoft/STL/blob/main/stl/src/thread0.cpp

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
  dlls/msvcp110/msvcp110.spec         |   2 +-
  dlls/msvcp120/msvcp120.spec         |   2 +-
  dlls/msvcp120_app/msvcp120_app.spec |   2 +-
  dlls/msvcp140/msvcp140.spec         |   2 +-
  dlls/msvcp60/ios.c                  |  18 ++--
  dlls/msvcp60/string.c               |   4 +-
  dlls/msvcp90/cxx.h                  |   5 +-
  dlls/msvcp90/exception.c            |  39 ++++++--
  dlls/msvcp90/ios.c                  |  18 ++--
  dlls/msvcp90/locale.c               | 140 ++++++++++++++--------------
  dlls/msvcp90/memory.c               |   4 +-
  dlls/msvcp90/misc.c                 |  33 ++++++-
  dlls/msvcp90/msvcp_main.c           |   2 +-
  dlls/msvcp90/string.c               |   6 +-
  14 files changed, 162 insertions(+), 115 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcp110-Add-_Throw_Cpp_error-implementation.txt
Type: text/x-patch
Size: 47115 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210211/71615f43/attachment-0001.bin>


More information about the wine-devel mailing list