[PATCH 1/3] msvcp60: Added basic_string<char> support

Piotr Caban piotr at codeweavers.com
Wed Jan 4 08:44:07 CST 2012


string.c file is based on msvcp90/string.c, there are many differences 
between these files. Other files were copied from msvcp90.
---
  dlls/msvcp60/Makefile.in  |   10 +-
  dlls/msvcp60/exception.c  |  646 +++++++++++++++++
  dlls/msvcp60/main.c       |  122 ++++
  dlls/msvcp60/memory.c     |  338 +++++++++
  dlls/msvcp60/misc.c       |  221 ++++++
  dlls/msvcp60/msvcp.h      |  281 ++++++++
  dlls/msvcp60/msvcp60.c    |   37 -
  dlls/msvcp60/msvcp60.spec |  656 +++++++++---------
  dlls/msvcp60/string.c     | 1759 
+++++++++++++++++++++++++++++++++++++++++++++
  9 files changed, 3704 insertions(+), 366 deletions(-)
  create mode 100644 dlls/msvcp60/exception.c
  create mode 100644 dlls/msvcp60/main.c
  create mode 100644 dlls/msvcp60/memory.c
  create mode 100644 dlls/msvcp60/misc.c
  create mode 100644 dlls/msvcp60/msvcp.h
  delete mode 100644 dlls/msvcp60/msvcp60.c
  create mode 100644 dlls/msvcp60/string.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcp60-Added-basic_string-char-support.txt
Type: text/x-patch
Size: 263339 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120104/0755a0e5/attachment-0001.bin>


More information about the wine-patches mailing list