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

mountmgr.sys: Use BOOL type where appropriate.

parent 4cece0dd
......@@ -534,7 +534,7 @@ static void set_drive_info( struct dos_drive *drive, int letter, struct volume *
}
}
static inline int is_valid_device( struct stat *st )
static inline BOOL is_valid_device( struct stat *st )
{
#if defined(linux) || defined(__sun__)
return S_ISBLK( st->st_mode );
......
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