summaryrefslogtreecommitdiffstats
path: root/libmsi/drop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/drop.c')
-rw-r--r--libmsi/drop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/drop.c b/libmsi/drop.c
index aca8d73..db5a7af 100644
--- a/libmsi/drop.c
+++ b/libmsi/drop.c
@@ -113,7 +113,7 @@ static const MSIVIEWOPS drop_ops =
NULL,
};
-UINT DROP_CreateView(MSIDATABASE *db, MSIVIEW **view, LPCWSTR name)
+UINT DROP_CreateView(MSIDATABASE *db, MSIVIEW **view, const WCHAR *name)
{
MSIDROPVIEW *dv;
UINT r;