Module: wine Branch: master Commit: 9d7f3c7651940c7f3164ccf09b9576bb563586f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d7f3c7651940c7f3164ccf09b...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Oct 4 13:15:41 2012 +0200
msvcp60: Copy source files from msvcp90.
---
dlls/msvcp60/Makefile.in | 4 +- dlls/msvcp60/cxx.h | 2 - dlls/msvcp60/exception.c | 36 +- dlls/msvcp60/ios.c |11564 +++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp60/locale.c | 8198 ++++++++++++++++++++++++++++++++ dlls/msvcp60/main.c | 9 +- dlls/msvcp60/memory.c | 264 +- dlls/msvcp60/misc.c | 42 +- dlls/msvcp60/msvcp.h | 396 ++- dlls/msvcp60/msvcp60.spec | 3208 +++++++------- dlls/msvcp60/string.c | 67 +- 11 files changed, 21851 insertions(+), 1939 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9d7f3c7651940c7f3164cc...