summaryrefslogtreecommitdiffstats
path: root/libmsi/delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/delete.c')
-rw-r--r--libmsi/delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/delete.c b/libmsi/delete.c
index f7b352c..b601bb1 100644
--- a/libmsi/delete.c
+++ b/libmsi/delete.c
@@ -125,7 +125,7 @@ static unsigned DELETE_get_dimensions( MSIVIEW *view, unsigned *rows, unsigned *
}
static unsigned DELETE_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 )
{
MSIDELETEVIEW *dv = (MSIDELETEVIEW*)view;