Module: wine Branch: master Commit: 5783c2cfcbc65b3f5905090474a578e9c8cb0173 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5783c2cfcbc65b3f5905090474...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Sep 9 11:00:24 2011 +0200
msi: Move the preview code to dialog.c.
---
dlls/msi/Makefile.in | 1 - dlls/msi/dialog.c | 139 +++++++++++++++++++++++++++++++++++++- dlls/msi/msipriv.h | 1 - dlls/msi/preview.c | 184 -------------------------------------------------- 4 files changed, 138 insertions(+), 187 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5783c2cfcbc65b3f590509...