cabinet: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-04 11:43:24 +02:00 committed by Alexandre Julliard
parent 25f3356906
commit fbcf83f79c
1 changed files with 1 additions and 1 deletions

View File

@ -2048,7 +2048,7 @@ static int fdi_decomp(const struct fdi_file *fi, int savemode, fdi_decomp_state
FDICABINETINFO fdici;
char emptystring = '\0';
cab_UBYTE buf2[64];
int success = FALSE;
BOOL success = FALSE;
struct fdi_folder *fol = NULL, *linkfol = NULL;
struct fdi_file *file = NULL, *linkfile = NULL;