Module: wine Branch: master Commit: beeea28a5336f3a55e137070e55978a7082559ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=beeea28a5336f3a55e137070e5...
Author: Piotr Caban piotr@codeweavers.com Date: Wed Apr 16 16:15:21 2014 +0200
msvcr100: Move functions implementation to msvcrt.
---
dlls/msvcr100/msvcr100.c | 471 ------------------------------------------- dlls/msvcr100/msvcr100.spec | 62 +++--- dlls/msvcr110/msvcr110.spec | 60 +++--- dlls/msvcr70/msvcr70.spec | 6 +- dlls/msvcr71/msvcr71.spec | 6 +- dlls/msvcr80/msvcr80.spec | 52 ++--- dlls/msvcr90/msvcr90.spec | 58 +++--- dlls/msvcrt/cpp.c | 51 +++++ dlls/msvcrt/errno.c | 24 +++ dlls/msvcrt/file.c | 102 +++++++++- dlls/msvcrt/heap.c | 90 +++++++++ dlls/msvcrt/mbcs.c | 5 + dlls/msvcrt/misc.c | 69 +++++++ dlls/msvcrt/msvcrt.spec | 31 +++ dlls/msvcrt/string.c | 13 ++ dlls/msvcrt/time.c | 22 ++ dlls/msvcrt/wcs.c | 32 +++ 17 files changed, 560 insertions(+), 594 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=beeea28a5336f3a55e1370...