Module: wine Branch: master Commit: 683b9992f6217e5e4f535dffdd5ba60a47b555cb URL: http://source.winehq.org/git/wine.git/?a=commit;h=683b9992f6217e5e4f535dffdd...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Wed Jul 12 11:09:49 2017 +0000
regedit: Remove the listview's sub-class and move its messages to childwnd.c.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/regedit/childwnd.c | 130 ++++++++++++++++++++++++++++++++++++++++---- programs/regedit/listview.c | 127 +++---------------------------------------- programs/regedit/main.h | 17 +++++- 3 files changed, 143 insertions(+), 131 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=683b9992f6217e5e4f535d...