Module: wine Branch: master Commit: d1b20585003748b5b7f3fc80a1c56f59cbce0e91 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d1b20585003748b5b7f3fc80a1...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Jul 27 10:53:10 2011 +0200
msi: Make the column and table name parameters of get_column_info const.
---
dlls/msi/alter.c | 5 ++--- dlls/msi/create.c | 5 ++--- dlls/msi/delete.c | 5 ++--- dlls/msi/distinct.c | 5 ++--- dlls/msi/insert.c | 28 ++++++---------------------- dlls/msi/join.c | 6 ++---- dlls/msi/msipriv.h | 7 ++++--- dlls/msi/msiquery.c | 14 +++----------- dlls/msi/select.c | 9 +++------ dlls/msi/storages.c | 39 +++++++-------------------------------- dlls/msi/streams.c | 37 ++++++------------------------------- dlls/msi/table.c | 9 ++++----- dlls/msi/update.c | 5 ++--- dlls/msi/where.c | 5 ++--- 14 files changed, 47 insertions(+), 132 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d1b20585003748b5b7f3fc...