Commit 2ba5cdd3 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

setupx.dll16: Use BOOL type where appropriate.

parent b09833a8
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment