Module: wine Branch: master Commit: 4b7333e227a2b69b9736d1d618fc03881d6ce102 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b7333e227a2b69b9736d1d618...
Author: Piotr Caban piotr@codeweavers.com Date: Wed Nov 14 15:38:20 2012 +0100
msvcp60: Added basic_string tests.
---
configure | 1 + configure.ac | 1 + dlls/msvcp60/string.c | 14 +- dlls/msvcp60/tests/Makefile.in | 9 + dlls/msvcp60/tests/string.c | 704 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 723 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4b7333e227a2b69b9736d1...