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

cabinet: Use BOOL type where appropriate.

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