Module: wine Branch: master Commit: aba6afc85eea0bad16c7478ce2a1f5cd88bda587 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aba6afc85eea0bad16c7478ce2...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Mar 5 12:26:41 2010 +0100
msi: Move the implementation of the MoveFiles action to files.c.
---
dlls/msi/action.c | 336 ---------------------------------------------------- dlls/msi/files.c | 336 ++++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/msi/msipriv.h | 1 + 3 files changed, 337 insertions(+), 336 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aba6afc85eea0bad16c747...