[PATCH 2/3] msvcr100: Move functions implementation to msvcrt (try2)

Piotr Caban piotr at codeweavers.com
Wed Apr 16 07:46:51 CDT 2014


---
  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(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-msvcr100-Move-functions-implementation-to-msvcrt.txt
Type: text/x-patch
Size: 75198 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140416/9bb01345/attachment-0001.bin>


More information about the wine-patches mailing list