Module: wine Branch: master Commit: 865b93495c2b3d4f1f9c113f634dcb63f8472127 URL: https://source.winehq.org/git/wine.git/?a=commit;h=865b93495c2b3d4f1f9c113f6...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Feb 27 14:58:28 2018 +0100
mshtml: Merge htmltablerow.c into htmltable.c.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/Makefile.in | 1 - dlls/mshtml/htmltable.c | 446 +++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/htmltablerow.c | 477 --------------------------------------------- 3 files changed, 445 insertions(+), 479 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=865b93495c2b3d4f1f9c1...