summaryrefslogtreecommitdiffstats
path: root/libmsi/distinct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/distinct.c')
-rw-r--r--libmsi/distinct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/distinct.c b/libmsi/distinct.c
index 3439855..324b390 100644
--- a/libmsi/distinct.c
+++ b/libmsi/distinct.c
@@ -203,7 +203,7 @@ static unsigned DISTINCT_get_dimensions( MSIVIEW *view, unsigned *rows, unsigned
}
static unsigned DISTINCT_get_column_info( MSIVIEW *view, unsigned n, const WCHAR **name,
- unsigned *type, BOOL *temporary, const WCHAR **table_name )
+ unsigned *type, bool *temporary, const WCHAR **table_name )
{
MSIDISTINCTVIEW *dv = (MSIDISTINCTVIEW*)view;