attrib: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-15 00:27:14 +02:00 committed by Alexandre Julliard
parent 4dd5893ad7
commit 70205f583c

View file

@ -253,7 +253,7 @@ int wmain(int argc, WCHAR *argv[])
WCHAR originalname[MAX_PATH];
DWORD attrib_set = 0;
DWORD attrib_clear = 0;
BOOL attrib_recurse = 0;
BOOL attrib_recurse = FALSE;
BOOL attrib_includedirs = FALSE;
static const WCHAR help_option[] = {'/','?','\0'};
static const WCHAR wildcardsW[] = {'*','?','\0'};