Module: wine Branch: master Commit: df096e6b60e268eb7c699cf80d113866ae30fbd0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df096e6b60e268eb7c699cf80d...
Author: Daniel Lehman dlehman@esri.com Date: Tue Nov 3 17:10:16 2015 -0800
msvcp120: Implement _Cnd_* functions.
Signed-off-by: Daniel Lehman dlehman@esri.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcp110/msvcp110.spec | 12 +-- dlls/msvcp120/msvcp120.spec | 12 +-- dlls/msvcp120/tests/msvcp120.c | 184 +++++++++++++++++++++++++++++++++++- dlls/msvcp120_app/msvcp120_app.spec | 12 +-- dlls/msvcp90/misc.c | 104 ++++++++++++++++++++ dlls/msvcp90/msvcp90.h | 2 + dlls/msvcp90/msvcp_main.c | 1 + 7 files changed, 308 insertions(+), 19 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=df096e6b60e268eb7c699c...