21 Jul
2010
21 Jul
'10
3:54 p.m.
Module: wine Branch: master Commit: 9ae9d263dafc8da8f51e3c1e4f27e81400f72456 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9ae9d263dafc8da8f51e3c1e4f... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Jul 20 23:22:16 2010 +0200 msvcp90: Added stub dll. --- configure | 1 + configure.ac | 1 + dlls/msvcp90/Makefile.in | 13 + dlls/msvcp90/msvcp90.spec | 3189 +++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp90/msvcp90_main.c | 44 + 5 files changed, 3248 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9ae9d263dafc8da8f51e3c...