Module: wine Branch: master Commit: 9cf1910db75e5451b84cbc03820424a81dd46663 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cf1910db75e5451b84cbc0382...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Sep 17 10:25:14 2012 +0200
msvp71: Copy source files from msvcp90.
---
dlls/msvcp71/Makefile.in | 13 +- dlls/msvcp71/cxx.h | 329 ++ dlls/msvcp71/exception.c | 767 +++ dlls/msvcp71/ios.c |13180 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp71/locale.c | 8784 ++++++++++++++++++++++++++++++ dlls/msvcp71/math.c | 896 ++++ dlls/msvcp71/memory.c | 338 ++ dlls/msvcp71/misc.c | 221 + dlls/msvcp71/msvcp.h | 469 ++ dlls/msvcp71/msvcp71.c | 402 +-- dlls/msvcp71/string.c | 4421 ++++++++++++++++ 11 files changed, 29504 insertions(+), 316 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9cf1910db75e5451b84cbc...