Module: wine Branch: master Commit: e70265feb6cb1c964907edb3f93d978d24388980 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e70265feb6cb1c964907edb3f9...
Author: Piotr Caban piotr@codeweavers.com Date: Thu Mar 23 11:40:58 2017 +0100
msvcrt: Add Context class static functions stubs.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/concrt140/concrt140.spec | 20 ++++---- dlls/msvcr100/Makefile.in | 1 + dlls/msvcr100/msvcr100.spec | 20 ++++---- dlls/msvcr110/Makefile.in | 1 + dlls/msvcr110/msvcr110.spec | 20 ++++---- dlls/msvcr120/Makefile.in | 1 + dlls/msvcr120/msvcr120.spec | 20 ++++---- dlls/msvcr120_app/msvcr120_app.spec | 20 ++++---- dlls/msvcrt/Makefile.in | 1 + dlls/msvcrt/scheduler.c | 98 +++++++++++++++++++++++++++++++++++++ 10 files changed, 152 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e70265feb6cb1c964907ed...