Module: wine Branch: master Commit: 3611398b7575177b91e8162a84ebca977c50c2f5 URL: https://gitlab.winehq.org/wine/wine/-/commit/3611398b7575177b91e8162a84ebca9...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jan 2 15:56:05 2023 +0100
msi: Remove msi_ prefix from static functions.
---
dlls/msi/action.c | 87 +++---- dlls/msi/custom.c | 107 ++++---- dlls/msi/database.c | 94 ++++--- dlls/msi/dialog.c | 736 +++++++++++++++++++++++++--------------------------- dlls/msi/files.c | 40 +-- dlls/msi/handle.c | 144 +++++----- dlls/msi/insert.c | 8 +- dlls/msi/media.c | 16 +- dlls/msi/msi.c | 31 ++- dlls/msi/msiquery.c | 20 +- dlls/msi/package.c | 12 +- dlls/msi/patch.c | 16 +- dlls/msi/record.c | 8 +- dlls/msi/registry.c | 65 ++--- dlls/msi/suminfo.c | 8 +- dlls/msi/table.c | 92 ++++--- 16 files changed, 711 insertions(+), 773 deletions(-)