Module: wine Branch: master Commit: eb1494cec8952dd2d9bd1081170f9a397a1e8604 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb1494cec8952dd2d9bd10811...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Feb 27 14:58:38 2018 +0100
mshtml: Merge htmltablecell.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 | 484 ++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/htmltablecell.c | 515 -------------------------------------------- 3 files changed, 483 insertions(+), 517 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eb1494cec8952dd2d9bd1...