mountmgr.sys: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Jan 7 20:37:52 CST 2014


---
 dlls/mountmgr.sys/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c
index 005ec5e..028c17f 100644
--- a/dlls/mountmgr.sys/device.c
+++ b/dlls/mountmgr.sys/device.c
@@ -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 );
-- 
1.8.5.2




More information about the wine-patches mailing list