Module: wine Branch: master Commit: ff6231d173ca0ec4cc162d6ffa8717e0eb8362f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff6231d173ca0ec4cc162d6ffa...
Author: YongHao Hu christopherwuy@gmail.com Date: Thu Mar 19 19:06:46 2015 +0800
msvcp90: Add istream::operator>>complex implementation and tests.
---
dlls/msvcp71/msvcp71.spec | 12 ++-- dlls/msvcp80/msvcp80.spec | 12 ++-- dlls/msvcp90/ios.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp90/msvcp90.spec | 12 ++-- dlls/msvcp90/tests/ios.c | 104 +++++++++++++++++++++++++++ 5 files changed, 299 insertions(+), 18 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ff6231d173ca0ec4cc162d...