summaryrefslogtreecommitdiffstats
path: root/libmsi/distinct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/distinct.c')
-rw-r--r--libmsi/distinct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmsi/distinct.c b/libmsi/distinct.c
index c1b0d6c..a408f4e 100644
--- a/libmsi/distinct.c
+++ b/libmsi/distinct.c
@@ -202,8 +202,8 @@ static UINT DISTINCT_get_dimensions( struct tagMSIVIEW *view, UINT *rows, UINT *
return dv->table->ops->get_dimensions( dv->table, NULL, cols );
}
-static UINT DISTINCT_get_column_info( struct tagMSIVIEW *view, UINT n, LPCWSTR *name,
- UINT *type, BOOL *temporary, LPCWSTR *table_name )
+static UINT DISTINCT_get_column_info( struct tagMSIVIEW *view, UINT n, const WCHAR **name,
+ UINT *type, BOOL *temporary, const WCHAR **table_name )
{
MSIDISTINCTVIEW *dv = (MSIDISTINCTVIEW*)view;