Module: wine Branch: master Commit: 589be8c1be83150754cee321912e7eb56ee4e14a URL: https://source.winehq.org/git/wine.git/?a=commit;h=589be8c1be83150754cee3219...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Sep 27 16:10:51 2021 +0200
oleacc: Reorganize class specific behaviour handling.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/oleacc/client.c | 35 ++++++++++++++++++ dlls/oleacc/main.c | 82 ++++++------------------------------------ dlls/oleacc/oleacc_private.h | 7 ++++ dlls/oleacc/tests/main.c | 85 ++++++++++++++++++++++++++++++++++++++++++++ dlls/oleacc/window.c | 9 +++++ 5 files changed, 146 insertions(+), 72 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=589be8c1be83150754cee...