attrib: Use BOOL type where appropriate.
This commit is contained in:
parent
4dd5893ad7
commit
70205f583c
|
@ -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'};
|
||||
|
|
Loading…
Reference in New Issue