Daniel Lehman : msvcp120: Implement _Cnd_* functions.
Module: wine Branch: master Commit: df096e6b60e268eb7c699cf80d113866ae30fbd0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df096e6b60e268eb7c699cf80d... Author: Daniel Lehman <dlehman(a)esri.com> Date: Tue Nov 3 17:10:16 2015 -0800 msvcp120: Implement _Cnd_* functions. Signed-off-by: Daniel Lehman <dlehman(a)esri.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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...
participants (1)
-
Alexandre Julliard