Module: wine Branch: master Commit: 4fe6e583752915161142089c3c0d916eefde5ef8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4fe6e583752915161142089c3c...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Aug 16 10:35:15 2012 +0200
msvcp100: Copy source files from msvcp90.
---
dlls/msvcp100/Makefile.in | 12 +- dlls/msvcp100/cxx.h | 224 + dlls/msvcp100/exception.c | 759 +++ dlls/msvcp100/ios.c |13037 +++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp100/locale.c | 8755 ++++++++++++++++++++++++++++++ dlls/msvcp100/math.c | 896 ++++ dlls/msvcp100/memory.c | 338 ++ dlls/msvcp100/misc.c | 221 + dlls/msvcp100/msvcp.h | 467 ++ dlls/msvcp100/msvcp100.c | 93 +- dlls/msvcp100/string.c | 4473 ++++++++++++++++ 11 files changed, 29250 insertions(+), 25 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4fe6e58375291516114208...