Module: wine Branch: master Commit: 277120bbd59318e36027dfca153da7ba0fe72ac8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=277120bbd59318e36027dfca15...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 4 16:58:09 2011 +0200
msvcp: Implement the Ctraits math functions.
---
dlls/msvcp70/msvcp70.spec | 66 +++++++++++++++--------------- dlls/msvcp71/msvcp71.spec | 66 +++++++++++++++--------------- dlls/msvcp80/msvcp80.spec | 66 +++++++++++++++--------------- dlls/msvcp90/math.c | 95 +++++++++++++++++++++++++++++++++++++++++++++ dlls/msvcp90/msvcp90.spec | 66 +++++++++++++++--------------- include/msvcrt/math.h | 2 +- 6 files changed, 228 insertions(+), 133 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=277120bbd59318e36027df...