Nikolay Sivov : evr: Add a stub for default presenter.

Alexandre Julliard julliard at winehq.org
Tue Jun 30 14:55:06 CDT 2020


Module: wine
Branch: master
Commit: f0aefcfce54acd642cf13b4d44326424e13eeb27
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f0aefcfce54acd642cf13b4d44326424e13eeb27

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Jun 30 16:34:00 2020 +0300

evr: Add a stub for default presenter.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/evr/Makefile.in     |   3 +-
 dlls/evr/evr.spec        |   2 +-
 dlls/evr/evr_classes.idl |   7 ++
 dlls/evr/evr_private.h   |  23 +++++
 dlls/evr/main.c          |   1 +
 dlls/evr/presenter.c     | 218 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/evr/tests/evr.c     |  35 ++++++++
 include/evr.idl          |   1 +
 8 files changed, 288 insertions(+), 2 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=f0aefcfce54acd642cf13b4d44326424e13eeb27



More information about the wine-cvs mailing list