setupx.dll16: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2014-02-23 19:23:21 +01:00 committed by Alexandre Julliard
parent b09833a847
commit 2ba5cdd3f6

View file

@ -136,7 +136,7 @@ static unsigned int string_subst( HINF hinf, const char *text, char *buffer )
{
const char *start, *subst, *p;
unsigned int len, total = 0;
int inside = 0;
BOOL inside = FALSE;
unsigned int size = MAX_INF_STRING_LENGTH;
char tmp[MAX_INF_STRING_LENGTH];