Module: wine Branch: master Commit: c0ea1ad37d3343c403d80ee18bf0d90c2699148b URL: https://source.winehq.org/git/wine.git/?a=commit;h=c0ea1ad37d3343c403d80ee18...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Nov 30 19:19:06 2021 +0100
msvcr100: Add _Timer class implementation.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/concrt140/concrt140.spec | 24 +++--- dlls/concrt140/tests/concrt140.c | 145 ++++++++++++++++++++++++++++++++++++ dlls/msvcr100/msvcr100.spec | 16 ++-- dlls/msvcr110/msvcr110.spec | 24 +++--- dlls/msvcr120/msvcr120.spec | 24 +++--- dlls/msvcr120_app/msvcr120_app.spec | 24 +++--- dlls/msvcrt/concurrency.c | 102 +++++++++++++++++++++++++ 7 files changed, 303 insertions(+), 56 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c0ea1ad37d3343c403d80...