Module: wine Branch: master Commit: 6950ac1d1cbd842f1de0050585a0bbbe55fe1635 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6950ac1d1cbd842f1de0050585...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Oct 29 12:12:50 2012 +0100
msi: Add support for storing strings with embedded nulls in the string table.
---
dlls/msi/msipriv.h | 4 +- dlls/msi/msiquery.c | 2 +- dlls/msi/storages.c | 2 +- dlls/msi/streams.c | 2 +- dlls/msi/string.c | 73 +++++++++++++++++++++++++++++++------------------- dlls/msi/table.c | 29 ++++++++++---------- dlls/msi/where.c | 4 +- 7 files changed, 66 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6950ac1d1cbd842f1de005...