mountmgr.sys: Use BOOL type where appropriate.

oldstable
Frédéric Delanoy 2014-01-08 03:37:52 +01:00 committed by Alexandre Julliard
parent 4cece0dd43
commit 290cd16358
1 changed files with 1 additions and 1 deletions

View File

@ -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 );