Hans Leidekker : msvcr71: Add an implementation that forwards to msvcrt.
Module: wine Branch: master Commit: 67815c6b9e663a18f624b73271e35331a7b35833 URL: http://source.winehq.org/git/wine.git/?a=commit;h=67815c6b9e663a18f624b73271... Author: Hans Leidekker <hans(a)it.vu.nl> Date: Sun Jan 20 19:34:01 2008 +0100 msvcr71: Add an implementation that forwards to msvcrt. --- .gitignore | 1 + Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 5 + dlls/msvcr71/Makefile.in | 14 + dlls/msvcr71/msvcr71.c | 42 +++ dlls/msvcr71/msvcr71.spec | 837 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 905 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=67815c6b9e663a18f624b7...
participants (1)
-
Alexandre Julliard