Module: wine Branch: master Commit: 37b11baaa3448df1662ca6a970f56dc4f0ce3523 URL: http://source.winehq.org/git/wine.git/?a=commit;h=37b11baaa3448df1662ca6a970...
Author: Rob Shearman rob@codeweavers.com Date: Mon Apr 23 08:17:40 2007 +0100
msi: Move string loading and saving to string.c.
---
dlls/msi/database.c | 4 +- dlls/msi/msipriv.h | 9 ++- dlls/msi/string.c | 200 ++++++++++++++++++++++++++++++++++++++++++ dlls/msi/table.c | 242 +++------------------------------------------------ 4 files changed, 222 insertions(+), 233 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=37b11baaa3448df1662ca6...