msvcp60: Added basic_string<char> support.
commit500f279efd31d19c09bc23c474212209d71e3d81
authorPiotr Caban <piotr@codeweavers.com>
Wed, 4 Jan 2012 14:44:07 +0000 (4 15:44 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Jan 2012 18:29:18 +0000 (4 19:29 +0100)
tree64582564cae9ae96b88fefedf4e7f94aa6590917
parent40199873919fc9478e1766acbbb6b6d795f41c68
msvcp60: Added basic_string<char> support.

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
dlls/msvcp60/exception.c [new file with mode: 0644]
dlls/msvcp60/main.c [new file with mode: 0644]
dlls/msvcp60/memory.c [new file with mode: 0644]
dlls/msvcp60/misc.c [new file with mode: 0644]
dlls/msvcp60/msvcp.h [new file with mode: 0644]
dlls/msvcp60/msvcp60.c [deleted file]
dlls/msvcp60/msvcp60.spec
dlls/msvcp60/string.c [new file with mode: 0644]