Module: wine Branch: master Commit: 6c788af6d1c11723838a01333cb112963670591b URL: https://source.winehq.org/git/wine.git/?a=commit;h=6c788af6d1c11723838a01333... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Jan 23 16:27:29 2018 +0100 dhtmled.ocx: Add dll and stub DHTMLEdit object. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 2 + configure.ac | 1 + dlls/dhtmled.ocx/Makefile.in | 8 + dlls/dhtmled.ocx/dhtmled.ocx.spec | 4 + dlls/dhtmled.ocx/dhtmled_private.h | 19 ++ dlls/dhtmled.ocx/dhtmled_tlb.idl | 22 ++ dlls/dhtmled.ocx/edit.c | 534 +++++++++++++++++++++++++++++++++++++ dlls/dhtmled.ocx/main.c | 156 +++++++++++ 8 files changed, 746 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6c788af6d1c11723838a0...