Module: wine Branch: master Commit: e7944878e6f7d3ab22255546a6727161a62aade8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7944878e6f7d3ab22255546a6...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Dec 6 13:22:50 2012 +0100
msvcr: Move msvcrXX specific functions implementation to msvcr100.
---
dlls/msvcr100/msvcr100.c | 323 ++++++++++++++++++++++++++++++++++++++++++ dlls/msvcr100/msvcr100.spec | 42 +++--- dlls/msvcr70/msvcr70.spec | 2 +- dlls/msvcr71/msvcr71.spec | 2 +- dlls/msvcr80/msvcr80.spec | 42 +++--- dlls/msvcr90/msvcr90.c | 329 ------------------------------------------- dlls/msvcr90/msvcr90.spec | 42 +++--- 7 files changed, 388 insertions(+), 394 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e7944878e6f7d3ab222555...